mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CMake: Added git ignore for cache files generated by cmake
Merges https://github.com/espressif/esp-idf/pull/3639
This commit is contained in:
parent
16b300bd7a
commit
e639d5cb84
6
.gitignore
vendored
6
.gitignore
vendored
@ -63,8 +63,12 @@ test_multi_heap_host
|
||||
# VS Code Settings
|
||||
.vscode/
|
||||
|
||||
# Clion IDE CMake build & config
|
||||
.idea/
|
||||
cmake-build-*/
|
||||
|
||||
# Results for the checking of the Python coding style
|
||||
flake8_output.txt
|
||||
|
||||
# ESP-IDF library
|
||||
# ESP-IDF default build directory name
|
||||
build
|
||||
|
Loading…
Reference in New Issue
Block a user