From 2a7aa959b35cdc535727a27147cae7721db47014 Mon Sep 17 00:00:00 2001 From: Josh Ourisman Date: Fri, 1 Oct 2010 14:51:36 -0400 Subject: [PATCH] modified .gitignore to actually ignore .pyc files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 91c9479..68f4c75 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ dist/* MANIFEST # python skin -.pyc +*.pyc .pyo # osx noise