diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 04:08:17 -0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:38:12 -0700 |
commit | 31ac1f68a5527b247e9c5bd047d80a01fbaac03d (patch) | |
tree | 03796786bd28375062296a8130e8253c562f870a | |
parent | c76220840488e257c8b47fc71ea9355ad5b2397a (diff) | |
download | uClibc-alpine-31ac1f68a5527b247e9c5bd047d80a01fbaac03d.tar.bz2 uClibc-alpine-31ac1f68a5527b247e9c5bd047d80a01fbaac03d.tar.xz |
add more arch-specific include/ ignores
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | include/.gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/include/.gitignore b/include/.gitignore index eff695e9d..7c9dd2aec 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -8,23 +8,35 @@ # /bits/ /config/ + +/bfin_fixed_code.h +/bfin_l1layout.h +/bfin_sram.h /dl-osinfo.h /fpu_control.h /hp-timing.h /pthread.h /semaphore.h /thread_db.h +/sgidefs.h + /sys/acct.h +/sys/asm.h +/sys/cachectl.h /sys/debugreg.h /sys/elf.h /sys/epoll.h +/sys/fpregdef.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/regdef.h +/sys/sysmips.h +/sys/tas.h +/sys/ucontext.h /sys/user.h /sys/vm86.h |