[git commit nptl] start ignoring include/ symlinks

Mike Frysinger vapier at gentoo.org
Wed Aug 19 11:29:41 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=98e3460d17363d4ca8ea006554d57d6181976380
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 include/.gitignore |   40 ++++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/include/.gitignore b/include/.gitignore
index 752b78c..eff695e 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -6,21 +6,25 @@
 #
 # Generated files
 #
-bits/
-config/
-dl-osinfo.h
-fpu_control.h
-hp-timing.h
-pthread.h
-semaphore.h
-thread_db.h
-sys/acct.h
-sys/epoll.h
-sys/inotify.h
-sys/io.h
-sys/prctl.h
-sys/procfs.h
-sys/ptrace.h
-sys/ucontext.h
-sys/user.h
-
+/bits/
+/config/
+/dl-osinfo.h
+/fpu_control.h
+/hp-timing.h
+/pthread.h
+/semaphore.h
+/thread_db.h
+/sys/acct.h
+/sys/debugreg.h
+/sys/elf.h
+/sys/epoll.h
+/sys/inotify.h
+/sys/io.h
+/sys/perm.h
+/sys/prctl.h
+/sys/procfs.h
+/sys/ptrace.h
+/sys/ucontext.h
+/sys/reg.h
+/sys/user.h
+/sys/vm86.h
-- 
1.6.3.3



More information about the uClibc-cvs mailing list