.gitignore 246 B

123456789101112131415161718192021222324252627282930313233343536
  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. install_dir/
  17. .config*
  18. .*.dep
  19. /*.log
  20. #
  21. # Debugging files
  22. #
  23. .gdb_history
  24. .gdbinit
  25. core
  26. #
  27. # Backups / patches
  28. #
  29. *~
  30. *.orig
  31. *.rej
  32. /*.patch
  33. /*.diff