Browse Source

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>
main
Simon Glass 13 years ago committed by Jon Loeliger
parent
commit
3ec9cb5703
  1. 3
      tests/.gitignore

3
tests/.gitignore vendored

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
*.dtb
*.dtb.test.dts
*.dts.test.s
*.test.dts
tmp.*
/add_subnode_with_nops
/appendprop[12]
@ -22,6 +22,7 @@ tmp.* @@ -22,6 +22,7 @@ tmp.*
/get_phandle
/getprop
/incbin
/integer-expressions
/mangle-layout
/move_and_save
/node_check_compatible

Loading…
Cancel
Save