mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 13:45:07 -05:00
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
1 changed files with 1 additions and 0 deletions
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue