Better gitignore rule for vim tmp files 17/58017/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 30 May 2017 18:31:08 +0000 (14:31 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 30 May 2017 18:31:08 +0000 (14:31 -0400)
Old one just caught the first backup, this catches additional.

Change-Id: I01802aeee8b578c6cac25bcb626e06e3d194098d
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.gitignore

index b87c303739e417fc1461cd1828b6664f9251a151..d0ca0aec765a7c9a932234ef68c0ba0ee309a3dd 100644 (file)
@@ -7,7 +7,6 @@ bin/
 tmp/
 *.tmp
 *.bak
-*.swp
 *~.nib
 local.properties
 .settings/
@@ -19,6 +18,9 @@ local.properties
 .checkstyle
 .fbExcludeFilterFile
 
+# Vim
+.*.sw?
+
 # https://github.com/jbosstools/m2e-apt
 .factorypath