From fe1cfad4d33ba4719cc1faed7f33280593856190 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 20 Apr 2018 14:57:33 +0200 Subject: [PATCH] gitignore: VIM swapfiles and cache files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 46e997c..c6d33cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *~ +.*.swp *.pyc +__pycache__ /MANIFEST /build