mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00

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
53 lines
1,009 B
Text
53 lines
1,009 B
Text
# Ignore miscellaneous files
|
|
cscope.*
|
|
*.swp
|
|
*.patch
|
|
*~
|
|
.project
|
|
.cproject
|
|
|
|
# Ignore build directory
|
|
build/
|
|
|
|
# Ignore build products from tools
|
|
tools/**/*.o
|
|
tools/renesas/rcar_layout_create/*.bin
|
|
tools/renesas/rcar_layout_create/*.srec
|
|
tools/renesas/rcar_layout_create/*.map
|
|
tools/renesas/rcar_layout_create/*.elf
|
|
tools/renesas/rzg_layout_create/*.bin
|
|
tools/renesas/rzg_layout_create/*.srec
|
|
tools/renesas/rzg_layout_create/*.map
|
|
tools/renesas/rzg_layout_create/*.elf
|
|
tools/fiptool/fiptool
|
|
tools/fiptool/fiptool.exe
|
|
tools/cert_create/src/*.o
|
|
tools/cert_create/src/**/*.o
|
|
tools/cert_create/cert_create
|
|
tools/cert_create/cert_create.exe
|
|
tools/marvell/doimage/doimage
|
|
tools/amlogic/doimage
|
|
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
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
|
|
# Ctags
|
|
tags
|
|
|
|
# Node.js
|
|
node_modules/
|
|
|
|
# common python virtual environment directories
|
|
.env/
|
|
env/
|
|
.venv/
|
|
venv/
|