summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Greenfeld <pydanny@gmail.com>2012-03-12 15:41:48 -0700
committerDaniel Greenfeld <pydanny@gmail.com>2012-03-12 15:41:48 -0700
commit1bf095711b4eff0ebec22855f586027fd5479372 (patch)
tree7fa6adf11b0e8f19f7316c9007f22b7f73ceaf90 /.gitignore
parent406f2806b2e51f94a43bc28d30940d306d1d18ce (diff)
downloadoauthlib-1bf095711b4eff0ebec22855f586027fd5479372.tar.gz
Bigger git ignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 35 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 83079cd..73ffeed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,37 @@
*.pyc
*.sublime-project
-*.sublime-workspace \ No newline at end of file
+*.sublime-workspace
+
+*.py[co]
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+coverage
+
+#Translations
+*.mo
+
+# Local file cruft/auto-backups
+.DS_Store
+*~
+
+# Sphinx
+docs/_build
+docs/_static