Remove .swp file, and add a rule to ignore them in .gitignore.

This commit is contained in:
Ryan Leavengood 2012-07-29 22:06:53 -04:00
parent f893514b87
commit cc467a28d9
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ build/user_config_headers
# ignore KDE backup files ending with a ~
*~
# Vim swp files
.*.swp