From d9fd333e6548f9f39f5ee80bd59b258d4f1ca194 Mon Sep 17 00:00:00 2001 From: Matthew Iversen Date: Tue, 3 Jun 2014 13:28:24 +1000 Subject: Cleanup ignore files --- .gitignore | 26 ++++++++++++-------------- .hgignore | 21 ++++++++++----------- 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* -- cgit v1.2.3