summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
committerYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
commit75f93a3f7854a7383febd047391e2bfd4caceee0 (patch)
treed5e634ef292c6b84acacc3982dbcaa0d300a346e /.gitignore
Initial git fork of django-storagesHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2e3d5a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+syntax:glob
+
+*.DS_Store
+*.egg
+*.egg-info
+*.elc
+*.gz
+*.log
+*.orig
+*.pyc
+*.swp
+*.tmp
+*~
+.hg/
+.tox/
+_build/
+build/
+dist/*
+.hgignore
+.hgtags
+django
+local_settings.py
+setuptools*
+testdb.sqlite