From acf04d33ef42f05bda0f56f2d9af0f9ee834570c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Feb 2011 15:40:35 +0100 Subject: [PATCH] gitignore: ignore *.sw? files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e043cb850..a93d3342a 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ tests/run-test.sh xmldocs.make *~ *.patch +*.sw?