From 541ec3695e75ace3713deeda4e42480595e3af13 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 3 Sep 2020 17:23:29 +0100 Subject: [PATCH] Ignore error.log, remove enhanced branch stuff --- .gitignore | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 027c9659..b494a505 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,10 @@ /game_japanese/save /game_japanese/s_reverse +# Exclude error logs +/game_english/error.log +/game_japanese/error.log + ################### # Accurate branch # ################### @@ -75,19 +79,3 @@ # Exclude converted resource files /src/Resource - -######################## -# Enhanced-lite branch # -######################## - -# Exclude CSE2EL configuration file -/game_english/ConfigCSE2EL.dat -/game_japanese/ConfigCSE2EL.dat - -################### -# Enhanced branch # -################### - -# Exclude CSE2E configuration file -/game_english/ConfigCSE2E.dat -/game_japanese/ConfigCSE2E.dat