From 3639f967e1e871f3605c5d735b854d0cac958f2a Mon Sep 17 00:00:00 2001 From: nigel Date: Sat, 6 Aug 2022 18:22:10 +0200 Subject: [PATCH] Ignore untracked file changes in some submodules These files are probably nothing of great importance to our development and thus have no business showing up in our git status --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 0ddec11..4244e52 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,14 @@ [submodule "glm"] path = libs/glm url = https://github.com/nigelbarink/glm.git + ignore = untracked [submodule "spdlog"] path = libs/spdlog url = https://github.com/nigelbarink/spdlog.git [submodule "tinygltf"] path = libs/tinygltf url = https://github.com/syoyo/tinygltf.git + ignore = untracked [submodule "GorrillaAudio"] path = libs/GorillaAudio url = https://github.com/mewspring/gorilla-audio.git @@ -22,6 +24,7 @@ [submodule "libs/steam-audio"] path = libs/steam-audio url = https://github.com/ValveSoftware/steam-audio.git + ignore = untracked [submodule "libs/physx"] path = libs/physx url = https://git.barink.dev/Nigel/PhysX.git