[Crosstoolchain-logs] [device-tree-compiler] 344/357: Update .gitignore files

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit 9dfb495f80a8d4b63ad281001625ad2a5bb20472
Author: Grant Likely <grant.likely at secretlab.ca>
Date:   Wed Feb 24 12:06:23 2010 -0700

    Update .gitignore files
    
    Filter out all the generated bits from git revision control
    
    Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
---
 .gitignore       |  7 +++++--
 tests/.gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list