aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2014-06-03 13:28:24 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2014-06-19 01:44:23 +1000
commitd9fd333e6548f9f39f5ee80bd59b258d4f1ca194 (patch)
treea054e499a8f9a9c7b656e3b242a97b3cb1cf4727 /.gitignore
parentf29e0692c4e4cbfccda2cc2df48a14e09f54a2ca (diff)
downloadexternal_python_setuptools-d9fd333e6548f9f39f5ee80bd59b258d4f1ca194.tar.gz
external_python_setuptools-d9fd333e6548f9f39f5ee80bd59b258d4f1ca194.tar.bz2
external_python_setuptools-d9fd333e6548f9f39f5ee80bd59b258d4f1ca194.zip
Cleanup ignore files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 12 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 7b00d3c8..05c0808d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,16 @@
-*.pyc
-*~
-*.swp
-.coverage
-.tox
-distribute.egg-info
-setuptools.egg-info
+# syntax: glob
+bin
build
dist
-lib
-bin
include
-\.Python
-*.swp
+lib
+distribute.egg-info
+setuptools.egg-info
+.coverage
+.tox
CHANGES (links).txt
-.git*
-py-*.egg
-pytest-*.egg
+*.egg
+*.py[cod]
+*.swp
+*~
+.hg*