From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 4/9] Add missing tests to .gitignore Date: Wed, 6 Jul 2011 12:42:58 -0600 Message-ID: <20110706184258.GD4871@ponder.secretlab.ca> References: <1309892577-23828-1-git-send-email-sjg@chromium.org> <1309892577-23828-5-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1309892577-23828-5-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Simon Glass Cc: Devicetree Discuss List-Id: devicetree@vger.kernel.org On Tue, Jul 05, 2011 at 12:02:52PM -0700, Simon Glass wrote: > > Signed-off-by: Simon Glass Acked-by: Grant Likely > --- > tests/.gitignore | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/tests/.gitignore b/tests/.gitignore > index c4e1205..f4e58b2 100644 > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -45,3 +45,5 @@ > /sw_tree1 > /truncated_property > /value-labels > +/dtb_reverse > +/dtbs_equal_unordered > -- > 1.7.3.1 >