Add *.swp to .gitignore

Vim creates swap files with the .swp extension, those should be ignored
by git.

Change-Id: I637ef1bac7a94bf1f034e7db74649150cc4fd986
This commit is contained in:
Lucas Alvares Gomes 2015-02-10 16:31:27 +00:00
parent 25ff9fe09d
commit 8493e0e437
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ imagebuild/coreos/build
imagebuild/coreos/dist
imagebuild/coreos/oem/authorized_keys
imagebuild/coreos/UPLOAD
*.swp