All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add integer expressions files to .gitignore
@ 2012-04-12 17:50 Simon Glass
       [not found] ` <1334253025-9606-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2012-04-12 17:50 UTC (permalink / raw)
  To: Devicetree Discuss

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.

Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.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
 tmp.*
 /add_subnode_with_nops
 /appendprop[12]
@@ -10,6 +11,8 @@ tmp.*
 /del_node
 /del_property
 /dtbs_equal_ordered
+/dtbs_equal_unordered
+/dtb_reverse
 /dumptrees
 /extra-terminating-null
 /find_property
@@ -20,6 +23,7 @@ tmp.*
 /get_phandle
 /getprop
 /incbin
+/integer-expressions
 /mangle-layout
 /move_and_save
 /node_check_compatible
@@ -50,5 +54,3 @@ tmp.*
 /truncated_property
 /utilfdt_test
 /value-labels
-/dtb_reverse
-/dtbs_equal_unordered
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add integer expressions files to .gitignore
       [not found] ` <1334253025-9606-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
@ 2012-04-13  2:06   ` David Gibson
       [not found]     ` <20120413020644.GB5829-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: David Gibson @ 2012-04-13  2:06 UTC (permalink / raw)
  To: Simon Glass; +Cc: Devicetree Discuss

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-F7+t8E8rja9g9hUCZPvPmw@public.gmane.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add integer expressions files to .gitignore
       [not found]     ` <20120413020644.GB5829-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
@ 2012-04-19 16:32       ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2012-04-19 16:32 UTC (permalink / raw)
  To: David Gibson; +Cc: Devicetree Discuss

Hi David,

On Thu, Apr 12, 2012 at 7:06 PM, David Gibson
<david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org> wrote:
> 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-F7+t8E8rja9g9hUCZPvPmw@public.gmane.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.

I will fix both of these, split into two patches, and resubmit.

Regards,
Simon

>
> --
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-19 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 17:50 [PATCH] Add integer expressions files to .gitignore Simon Glass
     [not found] ` <1334253025-9606-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-04-13  2:06   ` David Gibson
     [not found]     ` <20120413020644.GB5829-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2012-04-19 16:32       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.