optools/.gitignore

28 lines
324 B
Plaintext
Raw Normal View History

2017-08-28 01:46:39 -04:00
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files
# Example .gitignore files: https://github.com/github/gitignore
*.bak
screenlog*
*.swp
*.lck
*~
.~lock.*
.editix
__pycache__/
*.pyc
*.tar
*.tar.bz2
*.tar.xz
*.tar.gz
*.tgz
*.txz
*.tbz
*.tbz2
*.zip
*.run
*.7z
*.rar
2018-11-12 15:45:16 -05:00
*.sqlite3
2017-08-28 01:46:39 -04:00
*.deb
2018-08-07 17:47:38 -04:00
.idea/