aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Gregorio <joe.gregorio@gmail.com>2013-02-26 22:26:07 -0500
committerJoe Gregorio <joe.gregorio@gmail.com>2013-02-26 22:26:07 -0500
commitdf8bfce22cc07127164235da2850c3c5b0caae3f (patch)
treed2b3ccc2bed7f92f2c25f23ba0d60b55a8188f82 /.gitignore
parentb77740e9e1d59c22320234c0bb71db5521e13ffb (diff)
downloadhttplib2-df8bfce22cc07127164235da2850c3c5b0caae3f.tar.gz
Have git and mercurial ignore each others files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e690d52
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,41 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Mercurial
+.hg
+
+# httplib2
+.cache