From f142a5a5e0621886b09accf2e9b0ed2f1affa859 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 24 Jan 2023 09:17:46 -0500 Subject: [PATCH] Ignore untracked files in dep/speexdsp. --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index c2d7ad37..6f998139 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,7 @@ [submodule "dep/speexdsp"] path = dep/speexdsp url = https://gitlab.xiph.org/xiph/speexdsp.git + ignore = untracked [submodule "dep/simde"] path = dep/simde url = https://github.com/simd-everywhere/simde.git