The subnode_iterate test binary was missing from .gitignore, this fixes it.
Signed-off-by: David Gibson <[email protected]> --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index e2aa24a..bb5e33a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -48,6 +48,7 @@ tmp.* /setprop_inplace /sized_cells /string_escapes +/subnode_iterate /subnode_offset /supernode_atdepth_offset /sw_tree1 -- 1.7.10.4 _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
