File: .gitignore

package info (click to toggle)
swift-bench 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 986; makefile: 14; sh: 12
file content (26 lines) | stat: -rw-r--r-- 214 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
*.log
subunit.log
.autogenerated
*.py[co]

# Packages
dist/
*.egg
*.egg-info
.DS_Store
build

# Unit test
.coverage
cover/
coverage.xml
.stestr
.testrepository
.tox
.venv

# Sphinx
doc/source/api/

# Editors
*.swp