shithub: cstory

Download patch

ref: 0e4319a3338363aa3590da7e6ba492f4e685b676
parent: 79d9abe002974d8f347144f1dbba03fd48c81d90
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue May 7 10:09:41 EDT 2019

Fixed bad .gitignore ignores

(It ignored outdated executables)

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/.gitignore
+++ b/.gitignore
@@ -19,18 +19,10 @@
 build_en/DoConfig
 *.out
 
-# The Makefile outputs "release" and "debug" for the english build
-build_en/release
-build_en/debug
-
 build_jp/CSE2
 build_jp/CSE2d
 build_jp/DoConfig
 build_jp/DoConfigd
-
-# The Makefile outputs "releasejp" and "debugjp" for the japanese build
-build_jp/releasejp
-build_jp/debugjp
 
 
 # Exclude executables in the build folder (and .exe.manifest files)