mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02: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:
committed by
Angus Gratton
parent
16b300bd7a
commit
e639d5cb84
6
.gitignore
vendored
6
.gitignore
vendored
@@ -63,8 +63,12 @@ test_multi_heap_host
|
|||||||
# VS Code Settings
|
# VS Code Settings
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Clion IDE CMake build & config
|
||||||
|
.idea/
|
||||||
|
cmake-build-*/
|
||||||
|
|
||||||
# Results for the checking of the Python coding style
|
# Results for the checking of the Python coding style
|
||||||
flake8_output.txt
|
flake8_output.txt
|
||||||
|
|
||||||
# ESP-IDF library
|
# ESP-IDF default build directory name
|
||||||
build
|
build
|
||||||
|
Reference in New Issue
Block a user