From 98157eb036ae52efbc7e8012081672442054538d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Tue, 4 Sep 2012 18:02:12 +0000 Subject: gitignore: ignore VIM swap files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb799ac..cc82e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ autom4te.cache *.pkg.tar.* src/ pkg/ +.*sw* -- cgit v1.2.1