File: .gitignore

package info (click to toggle)
python-gabbi 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 972 kB
  • sloc: python: 3,788; makefile: 62; sh: 35
file content (19 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.pyc
*.egg-info
build
.egg
.eggs
.tox
dist
# Generated by pbr
AUTHORS
ChangeLog
# Generated by testrepository
.testrepository
.stestr
.idea
.cache/
# coverage related
.coverage
cover/
htmlcov/