All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update .gitignore files
@ 2010-02-24 19:06 Grant Likely
  2010-02-25  1:55 ` David Gibson
  2010-02-25 17:49 ` Jon Loeliger
  0 siblings, 2 replies; 4+ messages in thread
From: Grant Likely @ 2010-02-24 19:06 UTC (permalink / raw)
  To: david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+, jdl-CYoMK+44s/E,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

Filter out all the generated bits from git revision control
---

 .gitignore       |    7 +++++--
 tests/.gitignore |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 tests/.gitignore

diff --git a/.gitignore b/.gitignore
index 92f9a34..ae7a46a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,8 @@
 *~
 *.tab.[ch]
 lex.yy.c
-dtc
-ftdump
+*.lex.c
+/dtc
+/ftdump
+/convert-dtsv0
+/version_gen.h
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..c4e1205
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,47 @@
+*.dtb
+*.dtb.test.dts
+*.dts.test.s
+/add_subnode_with_nops
+/asm_tree_dump
+/boot-cpuid
+/del_node
+/del_property
+/dtbs_equal_ordered
+/dumptrees
+/extra-terminating-null
+/find_property
+/get_alias
+/get_mem_rsv
+/get_name
+/get_path
+/get_phandle
+/getprop
+/incbin
+/mangle-layout
+/move_and_save
+/node_check_compatible
+/node_offset_by_compatible
+/node_offset_by_phandle
+/node_offset_by_prop_value
+/nop_node
+/nop_property
+/nopulate
+/notfound
+/open_pack
+/parent_offset
+/path-references
+/path_offset
+/path_offset_aliases
+/phandle_format
+/references
+/root_node
+/rw_tree1
+/set_name
+/setprop
+/setprop_inplace
+/string_escapes
+/subnode_offset
+/supernode_atdepth_offset
+/sw_tree1
+/truncated_property
+/value-labels

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

* Re: [PATCH] Update .gitignore files
  2010-02-24 19:06 [PATCH] Update .gitignore files Grant Likely
@ 2010-02-25  1:55 ` David Gibson
  2010-02-25  2:55   ` Grant Likely
  2010-02-25 17:49 ` Jon Loeliger
  1 sibling, 1 reply; 4+ messages in thread
From: David Gibson @ 2010-02-25  1:55 UTC (permalink / raw)
  To: Grant Likely; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

On Wed, Feb 24, 2010 at 12:06:23PM -0700, Grant Likely wrote:
> Filter out all the generated bits from git revision control

Looks good to me, but you have no S-o-b line.

-- 
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] 4+ messages in thread

* Re: [PATCH] Update .gitignore files
  2010-02-25  1:55 ` David Gibson
@ 2010-02-25  2:55   ` Grant Likely
  0 siblings, 0 replies; 4+ messages in thread
From: Grant Likely @ 2010-02-25  2:55 UTC (permalink / raw)
  To: David Gibson; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

On Wed, Feb 24, 2010 at 6:55 PM, David Gibson
<david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org> wrote:
> On Wed, Feb 24, 2010 at 12:06:23PM -0700, Grant Likely wrote:
>> Filter out all the generated bits from git revision control
>
> Looks good to me, but you have no S-o-b line.

Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>

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



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH] Update .gitignore files
  2010-02-24 19:06 [PATCH] Update .gitignore files Grant Likely
  2010-02-25  1:55 ` David Gibson
@ 2010-02-25 17:49 ` Jon Loeliger
  1 sibling, 0 replies; 4+ messages in thread
From: Jon Loeliger @ 2010-02-25 17:49 UTC (permalink / raw)
  To: Grant Likely; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

> Filter out all the generated bits from git revision control

Applied, with followup S-o-b: ammended.

jdl

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

end of thread, other threads:[~2010-02-25 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 19:06 [PATCH] Update .gitignore files Grant Likely
2010-02-25  1:55 ` David Gibson
2010-02-25  2:55   ` Grant Likely
2010-02-25 17:49 ` Jon Loeliger

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.