diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-16 21:25:23 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-11 15:08:45 -0400 |
commit | 90020f5ab0b0e844d183b206aa1205552711a6fa (patch) | |
tree | 7f31590873230860134b7dff0ef88a0d0d2f1c9f /.gitignore | |
parent | Remove __wur from fwrite, fwrite_unlocked (diff) | |
download | glibc-90020f5ab0b0e844d183b206aa1205552711a6fa.tar.gz glibc-90020f5ab0b0e844d183b206aa1205552711a6fa.tar.bz2 glibc-90020f5ab0b0e844d183b206aa1205552711a6fa.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fbdcf54506..98f00f3e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,7 @@ TODO.html autom4te*.cache -rtkaio +/linuxthreads +/linuxthreads_db +/ports +/rtkaio |