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

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.