From ee43ad249798c3d88db809ca68d356a4a06ce5c6 Mon Sep 17 00:00:00 2001 From: robmadole Date: Tue, 1 Mar 2011 09:15:14 -0600 Subject: [PATCH] Ignore those compiled files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5cfd99e..88e2b4f5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ MANIFEST coverage.xml nosetests.xml -pylint.txt \ No newline at end of file +pylint.txt +*.pyc