diff --git a/.hgignore b/.gitignore similarity index 61% rename from .hgignore rename to .gitignore index e2f1a08..96b9edf 100644 --- a/.hgignore +++ b/.gitignore @@ -1,5 +1,3 @@ -syntax: glob - *.pyc *.pyo *.egg-info @@ -14,10 +12,8 @@ coverage*.xml .test_sphinxext nosetests*.xml -syntax: regexp +build +dist -^build -^dist - -^doc/_build -^d2to1-.*\.egg +doc/_build +d2to1-*.egg