diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 08:08:15 -0400 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:14:52 -0700 |
| commit | 98e3460d17363d4ca8ea006554d57d6181976380 (patch) | |
| tree | 2187faccaed6b8b4a3ac70fb061d21b1321b70bb | |
| parent | 9e238af955bbdeb51e5e193e57ed84f3ae2cca0b (diff) | |
| download | uClibc-alpine-98e3460d17363d4ca8ea006554d57d6181976380.tar.bz2 uClibc-alpine-98e3460d17363d4ca8ea006554d57d6181976380.tar.xz | |
start ignoring include/ symlinks
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| -rw-r--r-- | include/.gitignore | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/include/.gitignore b/include/.gitignore index 752b78c4b..eff695e9d 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 |
