chore: add encrypt_fw to gitignore

Add tools/encrypt_fw/encrypt_fw & tools/encrypt_fw/encrypt_fw.exe to
.gitignore file, to avoid git listing those binary files.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I2f4ddbe1c11848513fe20f7c8b448a041988cc4f
This commit is contained in:
Yann Gautier 2023-01-27 15:16:45 +01:00 committed by Yann Gautier
parent e3df3ffa11
commit 73f0e8ab99

2
.gitignore vendored
View file

@ -31,6 +31,8 @@ tools/stm32image/*.o
tools/stm32image/stm32image
tools/stm32image/stm32image.exe
tools/sptool/__pycache__/
tools/encrypt_fw/encrypt_fw
tools/encrypt_fw/encrypt_fw.exe
# GNU GLOBAL files
GPATH