Added vim swap files to the .gitignore

This commit is contained in:
jaseg 2014-08-14 00:34:12 +02:00
parent b19b37708b
commit df80c10799

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
dist dist
mpv.egg-info mpv.egg-info
__pycache__ __pycache__
*.swo
*.swp