Ignore all vim tmp file extensions 94/37094/2
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 4 Apr 2016 18:28:06 +0000 (14:28 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 5 Apr 2016 21:13:18 +0000 (21:13 +0000)
After .swp, vim roles over to other .sw* files. Ignore all of them.

This is the same logic we use in int/pack/.gitignore.

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

index fdb4d2b01e11eca953742a34d16c4377b8d779dc..eea525fe3fc2bfe5fcd3bfbb137f23aecff57233 100644 (file)
@@ -21,7 +21,7 @@ opendaylight/northbound/integrationtest/logs/*
 log.html
 output.xml
 report.html
-*.swp
+.*.sw?
 .vagrant
 .tox/
 *.egg-info/