mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
chore: add .cache to gitignore
This commit is contained in:
parent
230e732018
commit
9baa17ac57
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,6 +21,9 @@ GPATH
|
||||
# MacOS directory files
|
||||
.DS_Store
|
||||
|
||||
# cache dir
|
||||
.cache/
|
||||
|
||||
# Components Unit Test Apps files
|
||||
components/**/build
|
||||
components/**/sdkconfig
|
||||
|
Loading…
Reference in New Issue
Block a user