Add .txt files to .gitignore

This commit is contained in:
George Lacey 2016-09-20 09:57:55 +01:00
parent 92f5d7a547
commit 99c4139d93

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so
# Generic file extensions
*.txt
# Distribution / packaging
.Python
env/