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
|
||||
/sized_cells
|
||||
/string_escapes
|
||||
/subnode_iterate
|
||||
/subnode_offset
|
||||
/supernode_atdepth_offset
|
||||
/sw_tree1
|
||||
|
|
Loading…
Reference in a new issue