From 6c715ffef9f2323f7134b1252f92bac36caaf6f7 Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Mon, 6 Jul 2020 13:26:27 +0200 Subject: [PATCH] Ignore all build* folders and the out folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8069d37..e195dc2b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ Makefile /saves # Standard build directory -/build +/build* # Ignore KDevelop files .kdev4 @@ -45,3 +45,4 @@ CMakeLists.txt.user.* # Ignore Visual Studio files /CMakeSettings.json /.vs +/out