forked from espressif/esp-idf
Merge branch 'bugfix/gitignore_cmake_files' into 'master'
CMake: Added git ignore for cache files generated by cmake (PR) See merge request espressif/esp-idf!5675
This commit is contained in:
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