CMake: Added git ignore for cache files generated by cmake

Merges https://github.com/espressif/esp-idf/pull/3639
pull/3897/head
RevoluPowered 2019-06-16 15:15:48 +01:00 zatwierdzone przez Angus Gratton
rodzic 16b300bd7a
commit e639d5cb84
1 zmienionych plików z 5 dodań i 1 usunięć

6
.gitignore vendored
Wyświetl plik

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