1234567891011121314151617181920212223242526272829 |
- # #Ignore all files
- # *
- # # Except those in root of repository
- # !.gitattributes
- # !.gitignore
- # !README.md
- # !README.org
- # !.gitkeep
- #
- # # And files with extension like this
- # !*.sh
- # !*.service
- # !*.py
- # !*.c
- # !*.cpp
- # !*.tex
- # !*.rs
- #
- # # And files filename like this
- # !test.*
- #
- # # dont ignore subdirectories
- # !*/
- # .#*
- # /.idea/
- *.pyc
- /admin-scripts
- /configure-debian/
|