diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-20 18:30:31 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-20 18:30:31 -0600 |
commit | c080907859a482c45347bee07ee3210883074f6b (patch) | |
tree | 259ff8de91522b1198ddc7c89e70419d50ab3408 /.gitignore | |
parent | adde8a81c178810eecf8a1836224328fdee9cdd0 (diff) |
updated .gitignore to ignore generated and server config files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,4 +7,9 @@ settings_local.py *~ *.o *.pyc -.DS_Store
\ No newline at end of file +.DS_Store +config.wsgi +static/ +settings_local.py +media/js/mainmap.js +templates/includes/ |