.gitignore 276 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Never ignore these
  3. #
  4. !.gitignore
  5. #
  6. # Generated files
  7. #
  8. *.os
  9. *.oS
  10. *.a
  11. *.i
  12. *.s
  13. *.o
  14. *.depend
  15. lib/
  16. install_dir/
  17. .config*
  18. .*.dep
  19. /*.log
  20. cscope.*
  21. #
  22. # Debugging files
  23. #
  24. .gdb_history
  25. .gdbinit
  26. core
  27. *.c.[0-9][0-9][0-9]t.*
  28. #
  29. # Backups / patches
  30. #
  31. *~
  32. *.orig
  33. *.rej
  34. /*.patch
  35. /*.diff