.gitignore 170 B

12345678910111213141516171819202122232425
  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. #
  18. # Backups / patches
  19. #
  20. *~
  21. *.orig
  22. *.rej
  23. /*.patch
  24. /*.diff