diskimage-builder/.gitignore
James Slagle 6fd78ffcfd Add manifests to .gitignore
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
2014-06-02 08:24:30 -04:00

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