.gitignore 232 B

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