summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSanmugasundaram K2015-01-07 17:01:47 +0530
committerSanmugasundaram K2015-01-07 17:01:47 +0530
commit9a5a239295e7aae2d211c07c9fdb117cf8252e99 (patch)
tree7a73a4b54d7d6e17b13dba45530d8903e1add635 /.gitignore
parentb665812a483c9181aec47073223d950b5b04fa1e (diff)
downloadspoken-tutorial-forums-9a5a239295e7aae2d211c07c9fdb117cf8252e99.tar.gz
spoken-tutorial-forums-9a5a239295e7aae2d211c07c9fdb117cf8252e99.tar.bz2
spoken-tutorial-forums-9a5a239295e7aae2d211c07c9fdb117cf8252e99.zip
drupal_auth move to spoken_auth
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..74da341
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,42 @@
+*~
+*.swp
+*.pyc
+config.py
+forums/wsgi.py
+static/CACHE/*
+*.py[cod]
+robots.txt
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+__pycache__
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject