shithub: cstory

Download patch

ref: da3d1312918004feb92df46a219e569e495c088d
parent: d40991e6827ab4923dbadc495def234ae2e41d15
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 2 10:18:39 EDT 2020

Move CMake .gitignore line

No longer specific to the portable/enhanced branches

--- 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