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:
J-Alves 2023-08-11 11:49:53 +01:00
parent 74e3959ea3
commit 82257de06d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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