diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 04:08:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 04:08:17 -0400 |
commit | f52e7d72c6cde697d2fd4befce3b144a9e3d21ac (patch) | |
tree | 366dd02f597f58a83b6b1478299e10e6baccbdee | |
parent | 711ad9f92c1cf992c4a3d9f4f709bd692be7789c (diff) |
add more arch-specific include/ ignores
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | include/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/.gitignore b/include/.gitignore index 30328831d..16ea23e97 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,14 +1,23 @@ /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 +/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 @@ -16,6 +25,9 @@ /sys/procfs.h /sys/ptrace.h /sys/reg.h +/sys/regdef.h +/sys/sysmips.h +/sys/tas.h /sys/ucontext.h /sys/user.h /sys/vm86.h |