From b33c9f2854307bfe343902473e072cd7449ab50d Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Mon, 14 Dec 2020 11:58:34 +0100 Subject: [PATCH] Fix: [Git] ignore any build folder you might have Instructions now suggest using build-host, etc. It is easier to just ignore all build* folders. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e68f570740ae..4eed0f0e4703c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /.vs -/build +/build* CMakeSettings.json docs/aidocs/* docs/gamedocs/*