diff options
-rw-r--r-- | .gitignore | 26 | ||||
-rw-r--r-- | .hgignore | 21 |
2 files changed, 22 insertions, 25 deletions
@@ -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* @@ -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* |