From cd1920b35057ee21c77f568af996434303122494 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 24 Dec 2021 20:59:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Ignore=20cmake=20generated=20bui?= =?UTF-8?q?ld=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b40149b5f..0af55339d8 100755 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,7 @@ spi_flash.bin CMakeLists.txt src/CMakeLists.txt CMakeListsPrivate.txt +build/ # CLion cmake-build-*