mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
chore: update .gitignore files with other build directories
This commit is contained in:
parent
f7a0e0cb5c
commit
f540fd42d8
11
.gitignore
vendored
11
.gitignore
vendored
@ -22,14 +22,16 @@ GPATH
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Components Unit Test Apps files
|
# Components Unit Test Apps files
|
||||||
components/**/build
|
components/**/build/
|
||||||
|
components/**/build_*_*/
|
||||||
components/**/sdkconfig
|
components/**/sdkconfig
|
||||||
components/**/sdkconfig.old
|
components/**/sdkconfig.old
|
||||||
|
|
||||||
# Example project files
|
# Example project files
|
||||||
|
examples/**/build/
|
||||||
|
examples/**/build_esp*_*/
|
||||||
examples/**/sdkconfig
|
examples/**/sdkconfig
|
||||||
examples/**/sdkconfig.old
|
examples/**/sdkconfig.old
|
||||||
examples/**/build
|
|
||||||
|
|
||||||
# Doc build artifacts
|
# Doc build artifacts
|
||||||
docs/_build/
|
docs/_build/
|
||||||
@ -43,7 +45,7 @@ docs/_static/NotoSansSC-Regular.otf
|
|||||||
tools/unit-test-app/sdkconfig
|
tools/unit-test-app/sdkconfig
|
||||||
tools/unit-test-app/sdkconfig.old
|
tools/unit-test-app/sdkconfig.old
|
||||||
tools/unit-test-app/build
|
tools/unit-test-app/build
|
||||||
tools/unit-test-app/builds
|
tools/unit-test-app/build_*_*/
|
||||||
tools/unit-test-app/output
|
tools/unit-test-app/output
|
||||||
tools/unit-test-app/test_configs
|
tools/unit-test-app/test_configs
|
||||||
|
|
||||||
@ -51,7 +53,8 @@ tools/unit-test-app/test_configs
|
|||||||
log_ut_cmake
|
log_ut_cmake
|
||||||
|
|
||||||
# test application build files
|
# test application build files
|
||||||
tools/test_apps/**/build
|
tools/test_apps/**/build/
|
||||||
|
tools/test_apps/**/build_*_*/
|
||||||
tools/test_apps/**/sdkconfig
|
tools/test_apps/**/sdkconfig
|
||||||
tools/test_apps/**/sdkconfig.old
|
tools/test_apps/**/sdkconfig.old
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user