File: .gitignore

package info (click to toggle)
python-novaclient 2%3A18.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,856 kB
  • sloc: python: 24,300; makefile: 24; sh: 13
file content (26 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
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
.coverage
.venv
.stestr/
subunit.log
.tox
*,cover
cover
*.pyc
.idea
*.sw?
*~
build
dist
AUTHORS
ChangeLog
novaclient/versioninfo
*.egg
*egg-info
.eggs

# Files created by documentation build
/doc/build/
/doc/source/reference/api/

# Files created by releasenotes build
/releasenotes/build