From 942def65489b6b323c75dfa5ed977583a514432c Mon Sep 17 00:00:00 2001
From: Marlon Schumacher <schumacher@hfm-karlsruhe.de>
Date: Wed, 05 Mar 2025 15:47:26 +0100
Subject: [PATCH] chore: added .lisp# files to gitignore

---
 OM-SoX.lisp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/OM-SoX.lisp b/OM-SoX.lisp
index 48f90a3..01f3d0d 100644
--- a/OM-SoX.lisp
+++ b/OM-SoX.lisp
@@ -55,6 +55,7 @@
 (defparameter *sox-classes* '(
                         "sox-input"
                         "sox-concatenate"
+                        "sox-hoaencode"
                         "sox-merge"
                         "sox-mix-console"
                         "sox-mix"

--
Gitblit v1.9.1