1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #
- # Never ignore these
- #
- !.gitignore
- #
- # Generated files
- #
- /bits/
- /config/
- /generated/
- /bfin_fixed_code.h
- /bfin_l1layout.h
- /bfin_sram.h
- /dl-osinfo.h
- /fpu_control.h
- /jmpbuf-offsets.h
- /jmpbuf-unwind.h
- /not-cancel.h
- /pthread.h
- /semaphore.h
- /sgidefs.h
- /thread_db.h
- /sys/acct.h
- /sys/asm.h
- /sys/cachectl.h
- /sys/debugreg.h
- /sys/elf.h
- /sys/epoll.h
- /sys/eventfd.h
- /sys/fanotify.h
- /sys/fpregdef.h
- /sys/inotify.h
- /sys/io.h
- /sys/perm.h
- /sys/prctl.h
- /sys/procfs.h
- /sys/ptrace.h
- /sys/random.h
- /sys/reg.h
- /sys/regdef.h
- /sys/signalfd.h
- /sys/sysmips.h
- /sys/tas.h
- /sys/timerfd.h
- /sys/ucontext.h
- /sys/user.h
- /sys/vm86.h
|