gitignore: vim swapfiles

Ignore the first 3 levels of Vim-generated swapfiles.
This commit is contained in:
Ben Greenman 2017-07-29 11:53:06 -04:00 committed by GitHub
parent 4bad4d7655
commit 616315d5ff

3
.gitignore vendored
View File

@ -24,6 +24,9 @@ compiled/
.DS_Store .DS_Store
*.bak *.bak
TAGS TAGS
*.swn
*.swo
*.swp
# generated by patch # generated by patch
*.orig *.orig