Browse Source

dtc: Adjust .gitignore to be in alphabetical order

This is the intent, so correct it.

Signed-off-by: Simon Glass <sjg@chromium.org>
main
Simon Glass 13 years ago committed by Jon Loeliger
parent
commit
84a94f6ffc
  1. 4
      tests/.gitignore

4
tests/.gitignore vendored

@ -10,6 +10,8 @@ tmp.* @@ -10,6 +10,8 @@ tmp.*
/del_node
/del_property
/dtbs_equal_ordered
/dtbs_equal_unordered
/dtb_reverse
/dumptrees
/extra-terminating-null
/find_property
@ -50,5 +52,3 @@ tmp.* @@ -50,5 +52,3 @@ tmp.*
/truncated_property
/utilfdt_test
/value-labels
/dtb_reverse
/dtbs_equal_unordered

Loading…
Cancel
Save