dtc: Adjust .gitignore to be in alphabetical order
This is the intent, so correct it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3cbf829874
commit
84a94f6ffc
1 changed files with 2 additions and 2 deletions
4
tests/.gitignore
vendored
4
tests/.gitignore
vendored
|
@ -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.*
|
|||
/truncated_property
|
||||
/utilfdt_test
|
||||
/value-labels
|
||||
/dtb_reverse
|
||||
/dtbs_equal_unordered
|
||||
|
|
Loading…
Reference in a new issue