From d33e16dae1bea25b7cc170976663baf1055a84ae Mon Sep 17 00:00:00 2001 From: DrZlo13 Date: Wed, 14 Oct 2020 21:11:08 +1000 Subject: [PATCH] Update .gitignore (#176) Co-authored-by: coreglitch --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc2a376d..05fc0781 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,9 @@ bindings/ .mxproject # Visual Studio Code -.vscode/ \ No newline at end of file +.vscode/ + +# legendary cmake's +build +CMakeLists.txt +firmware/targets/f2/CMakeLists.txt \ No newline at end of file