]> granicus.if.org Git - esp-idf/commitdiff
CMake: Added git ignore for cache files generated by cmake
authorRevoluPowered <gordon@gordonite.tech>
Sun, 16 Jun 2019 14:15:48 +0000 (15:15 +0100)
committerAngus Gratton <gus@projectgus.com>
Thu, 1 Aug 2019 09:59:54 +0000 (17:59 +0800)
Merges https://github.com/espressif/esp-idf/pull/3639

.gitignore

index 48ee2b0f167545cf2eba87aa67b8c954023f655e..dedb5745d933483f48e3f10617f70a5d3346ecfb 100644 (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