From 0a4724aa4bb5aab04bb4bd01657d99e02507874a Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 4 Apr 2016 14:28:06 -0400 Subject: [PATCH] Ignore all vim tmp file extensions 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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fdb4d2b01e..eea525fe3f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ opendaylight/northbound/integrationtest/logs/* log.html output.xml report.html -*.swp +.*.sw? .vagrant .tox/ *.egg-info/ -- 2.36.6