mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-09 05:05:20 -05:00
Update .gitignore for tests
We've add some test (generated) binaries that aren't currently listed in .gitignore, in addition more scripts now generate various tmp.* files during operation. This adds them all to .gitignore. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
1456da7e2d
commit
81f11f4f10
1 changed files with 3 additions and 0 deletions
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
*.dtb
|
*.dtb
|
||||||
*.dtb.test.dts
|
*.dtb.test.dts
|
||||||
*.dts.test.s
|
*.dts.test.s
|
||||||
|
tmp.*
|
||||||
/add_subnode_with_nops
|
/add_subnode_with_nops
|
||||||
|
/appendprop[12]
|
||||||
/asm_tree_dump
|
/asm_tree_dump
|
||||||
/boot-cpuid
|
/boot-cpuid
|
||||||
/char_literal
|
/char_literal
|
||||||
|
|
@ -46,6 +48,7 @@
|
||||||
/supernode_atdepth_offset
|
/supernode_atdepth_offset
|
||||||
/sw_tree1
|
/sw_tree1
|
||||||
/truncated_property
|
/truncated_property
|
||||||
|
/utilfdt_test
|
||||||
/value-labels
|
/value-labels
|
||||||
/dtb_reverse
|
/dtb_reverse
|
||||||
/dtbs_equal_unordered
|
/dtbs_equal_unordered
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue