.gitignore 182 B

12345678910111213141516171819202122232425262728
  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. # Backups / patches
  21. #
  22. *~
  23. *.orig
  24. *.rej
  25. /*.patch
  26. /*.diff