add a gitignore
This commit is contained in:
7
.hgignore → .gitignore
vendored
7
.hgignore → .gitignore
vendored
@@ -22,10 +22,11 @@ dist/
|
|||||||
include/
|
include/
|
||||||
lib/
|
lib/
|
||||||
bin/
|
bin/
|
||||||
xdist/_version.py
|
xdist/_version.py*
|
||||||
pytest_xdist.egg-info
|
pytest_xdist.egg-info
|
||||||
issue/
|
issue/
|
||||||
3rdparty/
|
3rdparty/
|
||||||
pytestdebug.log
|
pytestdebug.log
|
||||||
.tox
|
.tox/
|
||||||
.cache
|
.cache/
|
||||||
|
.eggs/
|
||||||
Reference in New Issue
Block a user