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:
committed by
Jon Loeliger
parent
1456da7e2d
commit
81f11f4f10
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
@@ -1,7 +1,9 @@
|
||||
*.dtb
|
||||
*.dtb.test.dts
|
||||
*.dts.test.s
|
||||
tmp.*
|
||||
/add_subnode_with_nops
|
||||
/appendprop[12]
|
||||
/asm_tree_dump
|
||||
/boot-cpuid
|
||||
/char_literal
|
||||
@@ -46,6 +48,7 @@
|
||||
/supernode_atdepth_offset
|
||||
/sw_tree1
|
||||
/truncated_property
|
||||
/utilfdt_test
|
||||
/value-labels
|
||||
/dtb_reverse
|
||||
/dtbs_equal_unordered
|
||||
|
||||
Reference in New Issue
Block a user