mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
31 lines
291 B
Plaintext
31 lines
291 B
Plaintext
# 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
|