From 43cf222a982ebfe7b39cfdad8b5dd3a9fda2905f Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 6 Oct 2025 12:44:55 -0700 Subject: [PATCH] restructure alsa.conf --- .gitignore | 1 + alsa.conf => alsa-example.conf | 0 2 files changed, 1 insertion(+) rename alsa.conf => alsa-example.conf (100%) diff --git a/.gitignore b/.gitignore index 3389c86..0577261 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .zig-cache/ zig-out/ +alsa-*.conf diff --git a/alsa.conf b/alsa-example.conf similarity index 100% rename from alsa.conf rename to alsa-example.conf