From c51970263419d946ddfa2eb1478e7e4d871ab1dd Mon Sep 17 00:00:00 2001 From: Ran-j Date: Sat, 29 Nov 2025 01:42:53 -0300 Subject: [PATCH] feat: update gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a3e0b9..15dcc75 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,10 @@ build *.exp *.log *.tlog -*.ipch \ No newline at end of file +*.ipch + +# Now we can place the dump code here and test while expand the Runtime +ps2xRuntime/include/ps2_recompiled_functions.h +ps2xRuntime/include/ps2_runtime_macros.h +ps2xRuntime/src/runner/ps2_recompiled_functions.cpp +ps2xRuntime/src/runner/register_functions.cpp \ No newline at end of file