diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-12 14:33:57 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-12 14:33:57 +0000 |
| commit | 7ef8f6e58990fc069cccc71ed6564e8c639ea4fc (patch) | |
| tree | 9e7662a34b7d0c1f1c5d9faf6d7d6ea8672f6410 /.gitmodules | |
| download | TCPDBench-7ef8f6e58990fc069cccc71ed6564e8c639ea4fc.tar.gz TCPDBench-7ef8f6e58990fc069cccc71ed6564e8c639ea4fc.zip | |
initial commit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..28312620 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "execs/python/bocpdms"] + path = execs/python/bocpdms + url = ssh://git@github.com/GjjvdBurg/bocpdms.git + branch = fixes +[submodule "execs/python/rbocpdms"] + path = execs/python/rbocpdms + url = ssh://git@github.com/GjjvdBurg/rbocpdms.git + branch = fixes |
