From 969260a943a28643a7139195bd3ea635189d6e0b Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Fri, 22 Jul 2016 17:27:02 +0200 Subject: [PATCH] Ignore vim undo files and coverage annotation files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 109e843..e733346 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ *.py[cod] *.sw? +*.un~ install .coverage +*,cover # Distribution / packaging .Python