devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dtc: Adjust .gitignore to be in alphabetical order
@ 2012-04-19 16:33 Simon Glass
       [not found] ` <1334853216-16337-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2012-04-19 16:33 UTC (permalink / raw)
  To: Devicetree Discuss

This is the intent, so correct it.

Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
---
Changes in v2:
- Split ordering change into a separate patch

 tests/.gitignore |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/.gitignore b/tests/.gitignore
index 0b71bcf..cca3dbc 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -10,6 +10,8 @@ tmp.*
 /del_node
 /del_property
 /dtbs_equal_ordered
+/dtbs_equal_unordered
+/dtb_reverse
 /dumptrees
 /extra-terminating-null
 /find_property
@@ -50,5 +52,3 @@ tmp.*
 /truncated_property
 /utilfdt_test
 /value-labels
-/dtb_reverse
-/dtbs_equal_unordered
-- 
1.7.7.3

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

* [PATCH v2 2/2] Add integer expressions files to .gitignore
       [not found] ` <1334853216-16337-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
@ 2012-04-19 16:33   ` Simon Glass
       [not found]     ` <1334853216-16337-2-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
  2012-04-19 18:46   ` [PATCH v2 1/2] dtc: Adjust .gitignore to be in alphabetical order Jon Loeliger
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Glass @ 2012-04-19 16:33 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.
It also subsumes the old *.dtb.test.dts pattern.

Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
---
Changes in v2:
- Split ordering change into a separate patch

 tests/.gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/.gitignore b/tests/.gitignore
index cca3dbc..f8e1af0 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,6 @@
 *.dtb
-*.dtb.test.dts
 *.dts.test.s
+*.test.dts
 tmp.*
 /add_subnode_with_nops
 /appendprop[12]
@@ -22,6 +22,7 @@ tmp.*
 /get_phandle
 /getprop
 /incbin
+/integer-expressions
 /mangle-layout
 /move_and_save
 /node_check_compatible
-- 
1.7.7.3

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

* Re: [PATCH v2 1/2] dtc: Adjust .gitignore to be in alphabetical order
       [not found] ` <1334853216-16337-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
  2012-04-19 16:33   ` [PATCH v2 2/2] Add integer expressions files to .gitignore Simon Glass
@ 2012-04-19 18:46   ` Jon Loeliger
  1 sibling, 0 replies; 4+ messages in thread
From: Jon Loeliger @ 2012-04-19 18:46 UTC (permalink / raw)
  To: Simon Glass; +Cc: Devicetree Discuss

> This is the intent, so correct it.
> 
> Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> ---
> Changes in v2:
> - Split ordering change into a separate patch

Applied.

jdl

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

* Re: [PATCH v2 2/2] Add integer expressions files to .gitignore
       [not found]     ` <1334853216-16337-2-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
@ 2012-04-19 18:46       ` Jon Loeliger
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Loeliger @ 2012-04-19 18:46 UTC (permalink / raw)
  To: Simon Glass; +Cc: 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.
> It also subsumes the old *.dtb.test.dts pattern.
> 
> Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> ---
> Changes in v2:
> - Split ordering change into a separate patch

Applied.

jdl

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19 16:33 [PATCH v2 1/2] dtc: Adjust .gitignore to be in alphabetical order Simon Glass
     [not found] ` <1334853216-16337-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-04-19 16:33   ` [PATCH v2 2/2] Add integer expressions files to .gitignore Simon Glass
     [not found]     ` <1334853216-16337-2-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-04-19 18:46       ` Jon Loeliger
2012-04-19 18:46   ` [PATCH v2 1/2] dtc: Adjust .gitignore to be in alphabetical order Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).