diff options
author | Scott Gilbertson <sng@luxagraf.net> | 2010-11-05 12:51:57 -0400 |
---|---|---|
committer | Scott Gilbertson <sng@luxagraf.net> | 2010-11-05 12:51:57 -0400 |
commit | 654db6240968d9a7d9c0d9adddded0ab6f964a84 (patch) | |
tree | be97ef39c8f37848b035f97d8b481f8ec2c5fb6b /.gitignore | |
parent | 633e77cde66cd56d0d7b576169733cc306292d9e (diff) |
added .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba30182 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.orig +*.rej +*~ +*.o +tests/*.err +.DS_Store +*.pyc +local.db +settings_local.py +media/design +media/images +media/uploads +media/admin +.sass-cache +old
\ No newline at end of file |