mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
add gitignore for component unit test apps
This commit is contained in:
parent
edc7cc9c00
commit
d5c8acc69c
5
.gitignore
vendored
5
.gitignore
vendored
@ -21,6 +21,11 @@ GPATH
|
|||||||
# MacOS directory files
|
# MacOS directory files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Components Unit Test Apps files
|
||||||
|
components/**/build
|
||||||
|
components/**/sdkconfig
|
||||||
|
components/**/sdkconfig.old
|
||||||
|
|
||||||
# Example project files
|
# Example project files
|
||||||
examples/**/sdkconfig
|
examples/**/sdkconfig
|
||||||
examples/**/sdkconfig.old
|
examples/**/sdkconfig.old
|
||||||
|
Loading…
Reference in New Issue
Block a user