From 52747202d394dd3b3e9727ca675d5e34b21a78cd Mon Sep 17 00:00:00 2001 From: Nigel Barink Date: Mon, 8 May 2023 22:18:14 +0200 Subject: [PATCH] Mark two git submodules to ignore when their working tree has changes --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index bad9651..fdf7f92 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,6 +24,7 @@ [submodule "libs/physx"] path = libs/physx url = https://git.barink.dev/Nigel/PhysX.git + ignore = dirty [submodule "libs/entt"] path = libs/entt url = https://github.com/skypjack/entt.git @@ -36,6 +37,7 @@ [submodule "libs/nativefiledialog"] path = libs/nativefiledialog url = https://git.barink.dev/Nigel/nativefiledialog.git + ignore = dirty [submodule "libs/mINI"] path = libs/mINI url = https://github.com/pulzed/mINI.git