File: .gitignore

package info (click to toggle)
pytest-xdist 3.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 5,497; makefile: 7; sh: 5
file content (35 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

# 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/