mirror of https://gitlab.com/qemu-project/dtc.git
Add missing test binary to .gitignore
The subnode_iterate test binary was missing from .gitignore, this fixes it. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
d214655904
commit
2e3fc7e9b3
|
@ -48,6 +48,7 @@ tmp.*
|
||||||
/setprop_inplace
|
/setprop_inplace
|
||||||
/sized_cells
|
/sized_cells
|
||||||
/string_escapes
|
/string_escapes
|
||||||
|
/subnode_iterate
|
||||||
/subnode_offset
|
/subnode_offset
|
||||||
/supernode_atdepth_offset
|
/supernode_atdepth_offset
|
||||||
/sw_tree1
|
/sw_tree1
|
||||||
|
|
Loading…
Reference in New Issue