added vim swap files to gitignore list

This commit is contained in:
Daniel-Constantin Mierla 2016-07-08 13:13:00 +02:00
parent 1177e18fba
commit 250b48a0c0
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -34,3 +34,7 @@ doc/html
# Tags file
tags
TAGS
# Vim swap files
.*.swp
.*.swo