From fc612918c0acaba5a5daea836558ec8f131332e3 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Sun, 2 Jul 2017 16:41:22 +0200 Subject: pyc files are generated when testing modules, ignore them --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8d7ae7a81..5f5ef6886 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ build share/inkscape share/*/*.h +*.pyc *.old *.swp *~ -- cgit v1.2.3