From d6bb7d83fba7dd8223659d3792b66a4ae9d12081 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 3 May 2026 09:47:52 +1000 Subject: [PATCH] Repository cleanup. --- .gitignore | 13 ++----------- research/README.txt | 3 --- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 research/README.txt diff --git a/.gitignore b/.gitignore index f4e483a6..4d6e0858 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,13 @@ \#docs/ -/_private/ /build/ -/debugging/ +/data/debugging/ +/data/private/ /evaluations/ /examples/build/bin/ /examples/build/codelite/ /examples/build/vc6/ /examples/build/vc15/ /examples/build/vc17/ -/examples/simple_playback_sine.cpp /external/ogg/ /external/vorbis/ /external/opus/ @@ -16,9 +15,6 @@ /extras/osaudio/tests/build/bin/ /extras/osaudio/tests/build/vc17/ /extras/osaudio/tests/build/watcom-dos/ -/extras/backends/pipewire/a.out -/extras/decoders/litewav/ -/research/_build/ /tests/_build/bin/ /tests/_build/res/output/ /tests/_build/cmake-emcc/ @@ -54,9 +50,4 @@ # Below are individual files that I may start version controlling later or delete outright. /examples/build/COSMO.txt -/research/ma_fft.c -/research/ma_hrtf.c -/research/ma_atomic.c -/research/miniaudio_engine.c -/tests/stress/ /tools/hrtfgen/ \ No newline at end of file diff --git a/research/README.txt b/research/README.txt deleted file mode 100644 index 160f56d7..00000000 --- a/research/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -This folder contains code that I'm experimenting with outside of the main miniaudio library. It's just for -my own research and experimenting which I'm putting into the repository for version control purposes and -to get feedback from the community. You should not consider any of this code to be production quality. \ No newline at end of file