misc: Add dtb files to the ignore list for git and mercurial
Change-Id: Ifb135c60e050c55769914e853b07a387c06e4007 Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
8fe8836eea
commit
d37bdc7366
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@ m5out
|
|||
/util/m5/*.o
|
||||
/util/m5/*.a
|
||||
/util/m5/m5
|
||||
/system/arm/dt/*.dtb
|
||||
|
|
|
@ -14,3 +14,4 @@ ext/mcpat/regression/*/*.out
|
|||
util/m5/*.o
|
||||
util/m5/*.a
|
||||
util/m5/m5
|
||||
system/arm/dt/*.dtb
|
||||
|
|
Loading…
Reference in a new issue