[PATCH] ignore ports/linuxthreads addon dirs

Mike Frysinger vapier@gentoo.org
Wed Apr 11 04:21:00 GMT 2012


Dropping external addon trees into the main git checkout is normal
to test them, so add them to the ignore list.  Not like we want to
ever check them in.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

2012-04-11  Mike Frysinger  <vapier@gentoo.org>

	* .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
	Add a leading slash to rtkaio.
---
 .gitignore |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index fbdcf54..98f00f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,4 +36,7 @@ TODO.html
 
 autom4te*.cache
 
-rtkaio
+/linuxthreads
+/linuxthreads_db
+/ports
+/rtkaio
-- 
1.7.8.5



More information about the Libc-alpha mailing list