From d8729828afdeea4cc91b6e8ef72add140b3b0fea Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 26 Sep 2010 20:12:08 -0400 Subject: [PATCH] Ignore pyc files and djangocommonsettings file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e0dde198..6a84db53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *~ #*# +*.pyc +djangocommonsettings.py