From 73f0e8ab99b4d69883773dd1bce33f23a393910c Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Fri, 27 Jan 2023 15:16:45 +0100 Subject: [PATCH] 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 Change-Id: I2f4ddbe1c11848513fe20f7c8b448a041988cc4f --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f4efb65a..ab2c0c44f 100644 --- a/.gitignore +++ b/.gitignore @@ -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