Added .tmp and .data to .gitignore

This commit is contained in:
Twentysix 2017-05-28 23:26:52 +02:00
parent 3988fbbc09
commit e469ee201b

4
.gitignore vendored
View File

@ -3,4 +3,6 @@
__pycache__ __pycache__
*.exe *.exe
*.dll *.dll
*.log *.log
*.tmp
.data