From 62f2fb4e4f99688049536b0674fc55ad1e31a6d1 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 6 Dec 2019 09:11:59 +0100 Subject: [PATCH] Added build folders to the gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a44a4ef..1cc3329 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -# Build folder -IntelliPhoto/build-*/ -src/build-*/ +# Build folders +/build-*/ +/*-debug/ +/*-release/ # QT Creator Files *.creator.user*