pytest-xdist/.gitignore

36 lines
414 B
Plaintext

# Automatically generated by `hgimportsvn`
syntax:glob
.svn
.hgsvn
# These lines are suggested according to the svn:ignore property
# Feel free to enable them by uncommenting them
syntax:glob
*.pyc
*.pyo
*.swp
*.html
*.class
*.orig
*.sublime-*
.Python
build/
dist/
include/
lib/
bin/
env/
src/xdist/_version.py*
pytest_xdist.egg-info
issue/
3rdparty/
pytestdebug.log
.tox/
.cache/
.pytest_cache/
.eggs/
.idea/