From da3d1312918004feb92df46a219e569e495c088d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 2 Apr 2020 14:18:39 +0100 Subject: [PATCH] Move CMake .gitignore line No longer specific to the portable/enhanced branches --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce63f452..49d149f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Exclude obj directory (object files for Makefile build) /obj +# Exclude the (recommended) CMake build directory +/build + # Exclude executables /game_english/CSE2_debug.exe /game_english/DoConfig_debug.exe @@ -53,6 +56,3 @@ # Exclude converted resource files /src/Resource - -# Exclude the (recommended) CMake build directory -/build