CMake: Added git ignore for cache files generated by cmake

Merges https://github.com/espressif/esp-idf/pull/3639
This commit is contained in:
RevoluPowered 2019-06-16 15:15:48 +01:00 committed by Angus Gratton
parent 16b300bd7a
commit e639d5cb84

6
.gitignore vendored
View File

@ -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