From aa1055ac761bd09c2f446a0f8a26d3487e670a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 5 Mar 2010 01:58:15 +0100 Subject: Ignore swap files in git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 10d85cd..8594579 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tags *.pyc *.so *.c +*.sw? -- cgit v1.2.3