diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-02-09 16:36:35 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-02-09 16:36:35 +0000 |
| commit | 06940f42666c9f92cb18db9ede2b6cb4f472ebfa (patch) | |
| tree | a7ffd5ff22768029d21ab7eb1b57d2b1501b6aa9 /.gitmodules | |
| parent | initial commit (diff) | |
| download | rgensvm-06940f42666c9f92cb18db9ede2b6cb4f472ebfa.tar.gz rgensvm-06940f42666c9f92cb18db9ede2b6cb4f472ebfa.zip | |
added gensvm C repo as 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 0000000..95b1273 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/gensvm"] + path = src/gensvm + url = https://github.com/GjjvdBurg/GenSVM |
