diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-18 17:13:05 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-18 17:13:05 +0100 |
| commit | 12ce9bf5e3f07f13a2efa7d50a48a1b62266093c (patch) | |
| tree | 822bf6582cb41053943710de54b9dac0a1241b98 /.gitmodules | |
| download | cruncher-12ce9bf5e3f07f13a2efa7d50a48a1b62266093c.tar.gz cruncher-12ce9bf5e3f07f13a2efa7d50a48a1b62266093c.zip | |
first working implementation
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..47695ea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "joblib"] + path = joblib + url = https://gitlab.com/vainglorygame/joblib.git |
