From d8729828afdeea4cc91b6e8ef72add140b3b0fea 2010-09-27 00:12:08 From: Bradley M. Kuhn Date: 2010-09-27 00:12:08 Subject: [PATCH] Ignore pyc files and djangocommonsettings file. --- diff --git a/.gitignore b/.gitignore index e0dde1985de47607a9aaeeef6ba7f7c0eb9a8e93..6a84db53d8fb3881e274b61e394405701ed5b13e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *~ #*# +*.pyc +djangocommonsettings.py