From b1a5298b91a6ce12dc98c680b44c464e8756c622 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 28 Mar 2014 18:32:07 -0400 Subject: [PATCH] Ignore *.pyc --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3ed630..2da351d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.class -.metadata/* \ No newline at end of file +.metadata/* +*.pyc