Skip to content

Commit

Permalink
[release] Ignore submodules which we know get modified during build s…
Browse files Browse the repository at this point in the history
…o our dirty calculation does not falsely contain -dev #261
  • Loading branch information
christofmuc committed Aug 6, 2023
1 parent 6424900 commit 0af9b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "third_party/JUCE"]
path = third_party/JUCE
url = https://github.com/WeAreROLI/JUCE.git
ignore = dirty
[submodule "juce-widgets"]
path = juce-widgets
url = https://github.com/christofmuc/juce-widgets.git
Expand All @@ -15,9 +16,11 @@
[submodule "third_party/SQLiteCpp"]
path = third_party/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
ignore = dirty
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
ignore = dirty
[submodule "pytschirp"]
path = pytschirp
url = https://github.com/christofmuc/pytschirp.git
Expand All @@ -26,6 +29,7 @@
path = third_party/sentry-native
url = https://github.com/getsentry/sentry-native.git
branch = master
ignore = dirty
[submodule "third_party/Gin"]
path = third_party/Gin
url = https://github.com/FigBug/Gin.git
Expand Down

0 comments on commit 0af9b6d

Please sign in to comment.