From 83f7f216354ce24cc9be64110d8644a24e910a3b Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 9 Feb 2022 17:21:38 +0100 Subject: [PATCH] Added build folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b8d061..6e41509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +build cmake-build-debug cmake-build-release .idea