File: .gitignore

package info (click to toggle)
python-diskimage-builder 3.39.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,704 kB
  • sloc: sh: 7,474; python: 6,454; makefile: 37
file content (36 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
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
36
doc/source/developer/api/
*.pyc
*.qcow2
*.raw
*.initrd
*.vmlinuz
/*-manifests
/*.d
!/.zuul.d
*.bak
*.orig

# Packages
*.egg*
*.egg-info
dist
build
eggs
bin/diskimage_builder

# Unit test / coverage reports
cover/
.coverage*
coverage.xml
!.coveragerc
.tox
.stestr/
.venv

# pbr generates these
AUTHORS
ChangeLog

# Editors
*~
*.sw?