From 5ae12d6d7cc5aed4a982eb84ddd6b23c3dc11813 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Sun, 21 Jan 2018 19:14:49 +0100 Subject: [PATCH] Added wildcard to build* folders in .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7141ec92d..21ebf986a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,8 @@ Makefile cmake_install.cmake install_manifest.txt -build -Build +build* +Build* Debug RelWithDebInfo MinSizeRel