.gitignore 178 B

123456789101112131415161718192021222324252627
  1. #
  2. # Never ignore these
  3. #
  4. !.gitignore
  5. #
  6. # Generated files
  7. #
  8. *.os
  9. *.oS
  10. *.dep
  11. *.a
  12. *.o
  13. *.depend
  14. lib
  15. .config*
  16. .*.dep
  17. /*.log
  18. #
  19. # Backups / patches
  20. #
  21. *~
  22. *.orig
  23. *.rej
  24. /*.patch
  25. /*.diff