From: RevoluPowered Date: Sun, 16 Jun 2019 14:15:48 +0000 (+0100) Subject: CMake: Added git ignore for cache files generated by cmake X-Git-Tag: v4.1-dev~37^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e639d5cb84fb9aa92a40375dd370145e2e784568;p=esp-idf CMake: Added git ignore for cache files generated by cmake Merges https://github.com/espressif/esp-idf/pull/3639 --- diff --git a/.gitignore b/.gitignore index 48ee2b0f16..dedb5745d9 100644 --- a/.gitignore +++ b/.gitignore @@ -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