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:
parent
50cb019a25
commit
6fd78ffcfd
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,6 +10,8 @@ dist
|
|||||||
*.raw
|
*.raw
|
||||||
*.initrd
|
*.initrd
|
||||||
*.vmlinuz
|
*.vmlinuz
|
||||||
|
*-manifests
|
||||||
|
*.d
|
||||||
build
|
build
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
Loading…
Reference in New Issue
Block a user