add vim swap files to the gitignore file

This commit is contained in:
Andreas Zweili 2016-11-12 19:48:01 +01:00
parent d9ad9ab479
commit c547871cbb
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -1,2 +1,12 @@
.idea
__pycache__
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags