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
This commit is contained in:
James Slagle 2014-06-02 08:24:30 -04:00
parent 50cb019a25
commit 6fd78ffcfd
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -10,6 +10,8 @@ dist
*.raw
*.initrd
*.vmlinuz
*-manifests
*.d
build
AUTHORS
ChangeLog