From 6fd78ffcfdcd1b28ea6f64d70f6be1720addeb00 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 2 Jun 2014 08:24:30 -0400 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6cb3b252d..aeac0dbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ dist *.raw *.initrd *.vmlinuz +*-manifests +*.d build AUTHORS ChangeLog