Repository cleanup.

This commit is contained in:
David Reid
2026-05-03 09:47:52 +10:00
parent 6e3964c4b9
commit d6bb7d83fb
2 changed files with 2 additions and 14 deletions
+2 -11
View File
@@ -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/
-3
View File
@@ -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.