From e485404bb7b4ee204c607995f21799afb2b4dfc5 Mon Sep 17 00:00:00 2001 From: "Carlos Duarte do Nascimento (Chester)" Date: Sun, 5 Oct 2014 23:51:58 -0400 Subject: [PATCH] No python compiled files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6a502e9..51153f3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp + +*.pyc