From 649f4bc0b201751565a40370c3f42853d325ca79 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 22 Feb 2014 13:41:47 +0100 Subject: [PATCH] Less aggressive ignoring of vim swap files It's a rare sight to see non-.swp swap files anyway, and we don't want other files (e.g. .sql) being accidentally ignored. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 03e63b971..3159406cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ *.mo *.py[co] *~ -.*.s[a-w][a-p] -.s[a-w][a-p] +.*.swp +.swp MANIFEST backup/ build/