diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-12 10:07:59 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-12 10:07:59 -0400 |
| commit | c37709cb45a4dac2c9c8ffb0fdae2361e2ead7de (patch) | |
| tree | db44e54819af1ffd037eb00bf41a42b990957de6 /.gitmodules | |
| parent | a97a1ed57051fc0c4e2f2f803a4d6a734689cbdc (diff) | |
| parent | f5686f6dcd5bd446387d1767a1084e8e7d833b47 (diff) | |
Merge branch 'master' of gitlab.com:ung.org/lib/c into HEAD
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29b..ef83fe40 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,7 @@ +======= +[submodule "test"] + path = tests + url = git@github.com:jkaivo/libc-tests.git +[submodule "include"] + path = include + url = git@gitlab.com:ung.org/lib/include.git |
