summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-03-04 21:40:08 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-03-04 21:40:08 +0000
commit0d1d1ef3a3416b5bcd4eb867356484b28f0c7f05 (patch)
tree461c96999ee24b5dcb42b5efa649dcea5f4a2cdf /.gitignore
parentf582a06a4dcd03c180dfcc52c5bfcdbb900e4623 (diff)
downloadaskbot-0d1d1ef3a3416b5bcd4eb867356484b28f0c7f05.tar.gz
askbot-0d1d1ef3a3416b5bcd4eb867356484b28f0c7f05.tar.bz2
askbot-0d1d1ef3a3416b5bcd4eb867356484b28f0c7f05.zip
Started implementing cache.
Added placeholders in log folder, and the new cache folder so git wont ignore them.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 70910647..49cba440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.pyc
*.swp
*.log
+cache/??
osqa.wsgi
nbproject
settings_local.py