mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-04 11:53:55 +00:00
fix: .gitignore to include memory tools
Added to .gitignore the following path, as it was noticed as untracked after a TF-A CI run: tools/memory/memory/__pycache__/ Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I35ba6f6a33593671c11f8e33c28545ae9bc57b4c
This commit is contained in:
parent
74e3959ea3
commit
82257de06d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,6 +22,7 @@ tools/renesas/rzg_layout_create/*.map
|
|||
tools/renesas/rzg_layout_create/*.elf
|
||||
tools/fiptool/fiptool
|
||||
tools/fiptool/fiptool.exe
|
||||
tools/memory/memory/__pycache__/
|
||||
tools/cert_create/src/*.o
|
||||
tools/cert_create/src/**/*.o
|
||||
tools/cert_create/cert_create
|
||||
|
|
Loading…
Add table
Reference in a new issue