6fd78ffcfd
A common use case is to run diskimage-builder directly from the git checkout. This leaves manifests and .d directories behind for each image build in the current directory, so add these to .gitignore. Change-Id: Id4b432d30dead830b0886bccb762c4e3922b52e1
19 lines
153 B
Plaintext
19 lines
153 B
Plaintext
*~
|
|
.testrepository
|
|
*.sw?
|
|
*.pyc
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
*.qcow2
|
|
*.raw
|
|
*.initrd
|
|
*.vmlinuz
|
|
*-manifests
|
|
*.d
|
|
build
|
|
AUTHORS
|
|
ChangeLog
|
|
bin/diskimage_builder
|