Remove swap file accidentally committed in 34dba3d7.

Also expand the rule in .gitignore to block other forms of swap files.
This commit is contained in:
John Szakmeister 2015-04-05 09:39:27 -04:00
parent abf9bb63fe
commit a69e464f70
2 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,7 +7,7 @@
*.rej *.rej
*.orig *.orig
*.mo *.mo
*.swp .*.sw?
*~ *~
*.pyc *.pyc
*.o *.o

Binary file not shown.