[PATCH] Add integer expressions files to .gitignore

David Gibson david at gibson.dropbear.id.au
Fri Apr 13 12:06:44 EST 2012


On Thu, Apr 12, 2012 at 10:50:25AM -0700, Simon Glass wrote:
> Several files were added, and should be in .gitignore. The *.test.dts
> pattern should catch future source files which are generated by tests.
> 
> Also move things back into alphabetical order, which I think is the
> intent.

Hm, probably, but I'd prefer not to put fixups for that in the same
patch as an actual change.  Makes the real change harder to spot.

> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>  tests/.gitignore |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 0b71bcf..2833582 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -1,6 +1,7 @@
>  *.dtb
>  *.dtb.test.dts
>  *.dts.test.s
> +*.test.dts

The new pattern subsumes *.dtb.test.dts, so it should replace it.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson


More information about the devicetree-discuss mailing list