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