From 7c8574210d9602dce596930a308f8d0410fed0dc Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 10 Sep 2025 13:49:58 +1000 Subject: [PATCH] Update gitignore. --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 88062784..426e43db 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,6 @@ /tests/debugging/archive/ /tests/*.c /tests/*.cpp -/tools/_build/ /website/docs/ *.vcxproj.user .vs/ @@ -47,8 +46,4 @@ /research/ma_atomic.c /research/miniaudio_engine.c /tests/stress/ -/tools/codegen/miniaudio_amalgamator.c -/tools/codegen/miniaudio_codegen_utils.c -/tools/codegen/miniaudio_docgen.c -/tools/codegen/miniaudio_hrtfgen.c -/tools/codegen/miniaudio_splitter.c \ No newline at end of file +/tools/hrtfgen/ \ No newline at end of file