Several files were added, and should be in .gitignore. The *.test.dts pattern should catch future source files which are generated by tests.
Also move things back into alphabetical order, which I think is the intent. Signed-off-by: Simon Glass <[email protected]> --- tests/.gitignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 0b71bcf..2833582 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,7 @@ *.dtb *.dtb.test.dts *.dts.test.s +*.test.dts tmp.* /add_subnode_with_nops /appendprop[12] @@ -10,6 +11,8 @@ tmp.* /del_node /del_property /dtbs_equal_ordered +/dtbs_equal_unordered +/dtb_reverse /dumptrees /extra-terminating-null /find_property @@ -20,6 +23,7 @@ tmp.* /get_phandle /getprop /incbin +/integer-expressions /mangle-layout /move_and_save /node_check_compatible @@ -50,5 +54,3 @@ tmp.* /truncated_property /utilfdt_test /value-labels -/dtb_reverse -/dtbs_equal_unordered -- 1.7.7.3 _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
