diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-09 14:13:49 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-09-09 14:13:49 +0000 |
| commit | a41fd32f82a502a1da0e3a77693439dbe3a67901 (patch) | |
| tree | 5897f11419f0fff7a775e6b19e066c6be5b0778f /.gitmodules | |
| parent | copypaste bugfix (diff) | |
| download | inkscape-a41fd32f82a502a1da0e3a77693439dbe3a67901.tar.gz inkscape-a41fd32f82a502a1da0e3a77693439dbe3a67901.zip | |
Add extensions as a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..7371dc0b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "share/extensions"] + path = share/extensions + url = git@gitlab.com:inkscape/extensions.git |
