This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] ignore ports/linuxthreads addon dirs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]