ref: ef4a4ef43b986cb5e4dd60ef753c79d7f79acb22
parent: 1b15898c6a8584f06b37baceda6a228124644c9d
author: Gabriel Ravier <gabravier@gmail.com>
date: Thu May 2 14:08:49 EDT 2019
Removed redundantly excluded files in .gitignore Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
--- a/.gitignore
+++ b/.gitignore
@@ -16,16 +16,18 @@
# Exclude build output on Linux (exclude normally produced executable files)
build_en/CSE2
build_en/DoConfig
+
+# The Makefile outputs "release" and "debug" for the english build
build_en/release
build_en/debug
-build_en/releasejp
-build_en/debugjp
+
build_jp/CSE2
build_jp/DoConfig
-build_jp/release
-build_jp/debug
+
+# 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)
build_en/*.exe