From a5445ba96a6b4e717dcd1320349de008e03334af Mon Sep 17 00:00:00 2001 From: xarkes Date: Sun, 8 Nov 2020 17:04:09 +0100 Subject: [PATCH] Ignore Debug and Release folder (#2466) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f81790da..fc74b474 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,10 @@ build*/ cmake-build-*/ /src-build/ +# Build folders +Debug +Release + # QtCreator *.autosave *.qmlproject.user