summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Gilbertson <sng@luxagraf.net>2010-11-05 14:17:35 -0400
committerScott Gilbertson <sng@luxagraf.net>2010-11-05 14:17:35 -0400
commitbfd4b3ef462b10227935c883c87df572db57e652 (patch)
tree19dd6ef4843396123bc81e949052a5fb60535335
parenteb4bca4f1f13db3bf863c00451c85fe4295e7f67 (diff)
for some reason gitignore isn't working for .pyc files so I added the rule to .git/info/exclude
-rw-r--r--.gitignore12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index c95b456..1a8c987 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,10 @@
-*~
-*.o
-*.pyc
-.DS_Store
-settings_local.py
media/design
media/images
media/admin
+old
+settings_local.py
.sass-cache
-old \ No newline at end of file
+*~
+*.o
+*.pyc
+.DS_Store \ No newline at end of file