From 8d0917a5434f1b25ae10527517b97fbd8188d52f Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 1 Sep 2015 21:23:41 +0200 Subject: [PATCH] add a gitignore --- .hgignore => .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename .hgignore => .gitignore (89%) 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/