1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/.gitignore

32 lines
309 B
Plaintext
Raw Normal View History

2012-04-24 14:22:59 +04:00
# temporary, hidden and backup files
*~
*.bak
*.log
*.tmp
*_index
*.orig
*.swp
.* # all hidden files...
!.gitignore # ...except gitignore
# binaries
*.pyc
*.pyo
# files generated by setuptools
*.egg-info
dist
*.tar.gz
*.egg
*.in
# others
content
*.sublime-project
*.sublime-workspace
settings_local.py