Add .txt files to .gitignore

This commit is contained in:
George Lacey 2016-09-20 09:57:55 +01:00
parent 5f91901ae3
commit 2e6162aaf7

3
.gitignore vendored
View File

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