mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 13:45:07 -05:00
Add integer expressions files to .gitignore
Several files were added, and should be in .gitignore. The *.test.dts pattern should catch future source files which are generated by tests. It also subsumes the old *.dtb.test.dts pattern. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
84a94f6ffc
commit
3ec9cb5703
1 changed files with 2 additions and 1 deletions
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
*.dtb
|
*.dtb
|
||||||
*.dtb.test.dts
|
|
||||||
*.dts.test.s
|
*.dts.test.s
|
||||||
|
*.test.dts
|
||||||
tmp.*
|
tmp.*
|
||||||
/add_subnode_with_nops
|
/add_subnode_with_nops
|
||||||
/appendprop[12]
|
/appendprop[12]
|
||||||
|
|
@ -22,6 +22,7 @@ tmp.*
|
||||||
/get_phandle
|
/get_phandle
|
||||||
/getprop
|
/getprop
|
||||||
/incbin
|
/incbin
|
||||||
|
/integer-expressions
|
||||||
/mangle-layout
|
/mangle-layout
|
||||||
/move_and_save
|
/move_and_save
|
||||||
/node_check_compatible
|
/node_check_compatible
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue