mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-01 18:04:50 +00:00
sphinx-build is passed a blanket "." to build all docs. However, if a virtual environment is placed within the docs directory, sphinx will try to build it which will fail due to some weird files it has. This excludes the most common virtual environment directories from the build to prevent this. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Ieeb14cfc5730d21c986611feb0ed379c58dfcae2
52 lines
949 B
Plaintext
52 lines
949 B
Plaintext
# 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__/
|
|
|
|
# GNU GLOBAL files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
|
|
# Ctags
|
|
tags
|
|
|
|
# Node.js
|
|
node_modules/
|
|
|
|
# common python virtual environment directories
|
|
.env/
|
|
env/
|
|
.venv/
|
|
venv/
|