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