Ignore .swp files.

This commit is contained in:
Chris Rossi
2012-01-13 14:26:02 -05:00
parent 42522a882f
commit 4d350029d1

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
*.pt.py *.pt.py
*.txt.py *.txt.py
*~ *~
*.swp
.coverage .coverage
.tox/ .tox/
nosetests.xml nosetests.xml