diff --git a/.hgignore b/.gitignore similarity index 89% rename from .hgignore rename to .gitignore index 552a6d1..dc6ed03 100644 --- a/.hgignore +++ b/.gitignore @@ -22,10 +22,11 @@ dist/ include/ lib/ bin/ -xdist/_version.py +xdist/_version.py* pytest_xdist.egg-info issue/ 3rdparty/ pytestdebug.log -.tox -.cache +.tox/ +.cache/ +.eggs/