.gitignore 495 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. # Never ignore these
  3. #
  4. !.gitignore
  5. #
  6. # Generated files
  7. #
  8. /bits/
  9. /config/
  10. /bfin_fixed_code.h
  11. /bfin_l1layout.h
  12. /bfin_sram.h
  13. /dl-osinfo.h
  14. /fpu_control.h
  15. /hp-timing.h
  16. /pthread.h
  17. /semaphore.h
  18. /thread_db.h
  19. /sgidefs.h
  20. /sys/acct.h
  21. /sys/asm.h
  22. /sys/cachectl.h
  23. /sys/debugreg.h
  24. /sys/elf.h
  25. /sys/epoll.h
  26. /sys/fpregdef.h
  27. /sys/inotify.h
  28. /sys/io.h
  29. /sys/perm.h
  30. /sys/prctl.h
  31. /sys/procfs.h
  32. /sys/ptrace.h
  33. /sys/reg.h
  34. /sys/regdef.h
  35. /sys/sysmips.h
  36. /sys/tas.h
  37. /sys/timerfd.h
  38. /sys/ucontext.h
  39. /sys/user.h
  40. /sys/vm86.h