Files
pytest-xdist/.gitignore
Cornelius Riemenschneider d4f977f3b7 Add PyCharm files to .gitignore.
2017-12-14 16:08:40 +01:00

34 lines
390 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/
xdist/_version.py*
pytest_xdist.egg-info
issue/
3rdparty/
pytestdebug.log
.tox/
.cache/
.eggs/
.idea/