Update gitignore .swp -> .sw?

Ignore vim temp files.

Change-Id: I2c9c852c6b15d160089a326f19f2c37402bbb35b
This commit is contained in:
Aaron Rosen 2016-07-06 16:30:06 -07:00
parent f39ee074b5
commit 800dffb94d
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
.DS_Store
*.swp
*.sw?
*~
*.pyc
.tox/