forked from espressif/esp-idf
chore: update .gitignore files with other build directories
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user