Merge remote-tracking branch 'origin/update-gitignore'

This commit is contained in:
nyuszika7h 2013-09-04 14:23:20 +02:00
commit 2ef954a8c7

13
.gitignore vendored
View File

@ -1,4 +1,15 @@
*.pyc # Backup files
*~
#*#
.sw[a-p]
# Python compiled files
__pycache__/
*.py[co]
*.sqlite3 *.sqlite3
# Config files
botconfig.py botconfig.py
# Log files
errors.log errors.log