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 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to '.gitignore') 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* -- cgit v1.2.3