From 89daf809c6d8b2a3f52b2ffef802cdb4859075dc Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sat, 3 Apr 2021 21:35:30 +0100 Subject: [PATCH] remove 'python', 'debug.i' files --- .gitignore | 1 + python | 0 tools/compile_dsl_macros.py | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 python diff --git a/.gitignore b/.gitignore index 1a4778b84f..9b65f79e02 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ build.ninja *.Yay0 *.msg.h *.bin +*.i *.o *.zip baserom.* diff --git a/python b/python deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tools/compile_dsl_macros.py b/tools/compile_dsl_macros.py index 0987dad119..44b24fb158 100755 --- a/tools/compile_dsl_macros.py +++ b/tools/compile_dsl_macros.py @@ -5,7 +5,7 @@ from lark import Lark, exceptions, Tree, Transformer, Visitor, v_args, Token from lark.visitors import Discard import traceback -DEBUG_OUTPUT = "debug.i" # None # +DEBUG_OUTPUT = None # "debug.i" def eprint(*args, **kwargs):