aboutsummaryrefslogtreecommitdiffstats
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
parentf29e0692c4e4cbfccda2cc2df48a14e09f54a2ca (diff)
downloadexternal_python_setuptools-d9fd333e6548f9f39f5ee80bd59b258d4f1ca194.tar.gz
external_python_setuptools-d9fd333e6548f9f39f5ee80bd59b258d4f1ca194.tar.bz2
external_python_setuptools-d9fd333e6548f9f39f5ee80bd59b258d4f1ca194.zip
Cleanup ignore files
-rw-r--r--.gitignore26
-rw-r--r--.hgignore21
2 files changed, 22 insertions, 25 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*
diff --git a/.hgignore b/.hgignore
index e2398d34..d70c9a7c 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,17 +1,16 @@
syntax: glob
-*.pyc
-*~
-*.swp
-.coverage
-.tox
-distribute.egg-info
-setuptools.egg-info
+bin
build
dist
-lib
-bin
include
-\.Python
-*.swp
+lib
+distribute.egg-info
+setuptools.egg-info
+.coverage
+.tox
CHANGES (links).txt
+*.egg
+*.py[cod]
+*.swp
+*~
.git*