Mark two git submodules to ignore when their working tree has changes

main
Nigel Barink 2023-05-08 22:18:14 +02:00
parent fef75ec64b
commit 52747202d3
1 changed files with 2 additions and 0 deletions

2
.gitmodules vendored
View File

@ -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