.gitignore 380 B

1234567891011121314151617181920212223242526272829
  1. # #Ignore all files
  2. # *
  3. # # Except those in root of repository
  4. # !.gitattributes
  5. # !.gitignore
  6. # !README.md
  7. # !README.org
  8. # !.gitkeep
  9. #
  10. # # And files with extension like this
  11. # !*.sh
  12. # !*.service
  13. # !*.py
  14. # !*.c
  15. # !*.cpp
  16. # !*.tex
  17. # !*.rs
  18. #
  19. # # And files filename like this
  20. # !test.*
  21. #
  22. # # dont ignore subdirectories
  23. # !*/
  24. # .#*
  25. # /.idea/
  26. *.pyc
  27. /admin-scripts
  28. /configure-debian/