forked from bartvdbraak/blender
6bbca88f66
Uses relative paths to repositories, so this is expected to work fine for any protocol we support (git, ssh and http). Uses ignore=all for all the submodules, so updating them to latest remote hash does not tags blender repository as changes. But it is still possible to make changes to submodules and commit them from their path.
17 lines
435 B
Plaintext
17 lines
435 B
Plaintext
[submodule "release/scripts/addons"]
|
|
path = release/scripts/addons
|
|
url = ../blender-addons.git
|
|
ignore = all
|
|
[submodule "release/scripts/addons_contrib"]
|
|
path = release/scripts/addons_contrib
|
|
url = ../blender-addons-contrib.git
|
|
ignore = all
|
|
[submodule "release/datafiles/locale"]
|
|
path = release/datafiles/locale
|
|
url = ../blender-translations.git
|
|
ignore = all
|
|
[submodule "scons"]
|
|
path = scons
|
|
url = ../scons.git
|
|
ignore = all
|