Mark two git submodules to ignore when their working tree has changes
This commit is contained in:
parent
fef75ec64b
commit
52747202d3
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -24,6 +24,7 @@
|
|||||||
[submodule "libs/physx"]
|
[submodule "libs/physx"]
|
||||||
path = libs/physx
|
path = libs/physx
|
||||||
url = https://git.barink.dev/Nigel/PhysX.git
|
url = https://git.barink.dev/Nigel/PhysX.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "libs/entt"]
|
[submodule "libs/entt"]
|
||||||
path = libs/entt
|
path = libs/entt
|
||||||
url = https://github.com/skypjack/entt.git
|
url = https://github.com/skypjack/entt.git
|
||||||
@ -36,6 +37,7 @@
|
|||||||
[submodule "libs/nativefiledialog"]
|
[submodule "libs/nativefiledialog"]
|
||||||
path = libs/nativefiledialog
|
path = libs/nativefiledialog
|
||||||
url = https://git.barink.dev/Nigel/nativefiledialog.git
|
url = https://git.barink.dev/Nigel/nativefiledialog.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "libs/mINI"]
|
[submodule "libs/mINI"]
|
||||||
path = libs/mINI
|
path = libs/mINI
|
||||||
url = https://github.com/pulzed/mINI.git
|
url = https://github.com/pulzed/mINI.git
|
||||||
|
Loading…
Reference in New Issue
Block a user