From 6118db13e47f940e8b49317880c5ef215397e6df Mon Sep 17 00:00:00 2001 From: Daniel Dehennin Date: Mon, 23 Jul 2012 15:19:02 +0200 Subject: [PATCH] python byte-compiled files are not part of the source tree * .gitignore: Ignore pyc extension. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 43f47a4..a4d3899 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ *# +*.pyc build/