From 42b5963c490c2601dd8e34bb28b96905020092ae Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Fri, 15 Jul 2016 22:06:42 +0200 Subject: [PATCH] Ignore *.pyc files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74014aba..4afa9f21 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ docs/src/cdist-reference.rst # Python: cache, distutils, distribution in general __pycache__/ +*.pyc MANIFEST dist/ cdist/version.py