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:
Angus Gratton 2019-08-02 15:52:06 +08:00
commit 74ab6375cd

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