Skip to content

Commit

Permalink
git: Ignore dirty external submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 4, 2025
1 parent 4b32e01 commit e50f359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
ignore = dirty
[submodule "external/cli11"]
path = external/cli11
url = https://github.com/CLIUtils/CLI11
ignore = dirty
[submodule "external/libwolv"]
path = external/libwolv
url = https://github.com/WerWolv/libwolv
[submodule "external/throwing_ptr"]
path = external/throwing_ptr
url = https://github.com/rockdreamer/throwing_ptr
ignore = dirty

0 comments on commit e50f359

Please sign in to comment.