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:
Simon Glass 2012-04-19 09:33:36 -07:00 committed by Jon Loeliger
parent 84a94f6ffc
commit 3ec9cb5703

3
tests/.gitignore vendored
View file

@ -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