.gitignore 590 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # git ls-files --others --exclude-from=.git/info/exclude
  2. # Lines that start with '#' are comments.
  3. # For a project mostly in C, the following would be a good set of
  4. # exclude patterns (uncomment them if you want to use them):
  5. # *.[oa]
  6. # *~
  7. # See .gitignore in subdirectories for more ignored files
  8. *~
  9. *.[oadi]
  10. *.gz
  11. *.ii
  12. *.oo
  13. *.eo
  14. *.so
  15. *.exports
  16. *.moduleinfo
  17. *.makeopts
  18. *.makedeps
  19. .lastclean
  20. /.pc
  21. aclocal.m4
  22. autom4te.cache
  23. config.log
  24. config.status
  25. defaults.h
  26. makeopts
  27. makeopts.embed_rules
  28. menuselect-tree
  29. *.sha1
  30. *.pyc
  31. *.gcno
  32. *.gcda
  33. latex
  34. doxygen.log
  35. out/
  36. *.orig
  37. tests/CI/output
  38. .develvars