diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-21 00:50:19 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-21 00:50:19 -0400 |
commit | 87312a12b896ff6e5b400a9877e5c2a2803857b2 (patch) | |
tree | 93f7e77f58b4d650f02089a0d1a2f33ada7090aa /.gitmodules | |
download | code-87312a12b896ff6e5b400a9877e5c2a2803857b2.tar.gz code-87312a12b896ff6e5b400a9877e5c2a2803857b2.tar.bz2 code-87312a12b896ff6e5b400a9877e5c2a2803857b2.zip |
initialized git repo for work with Sam
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..2d044ba --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "include/randutils"] + path = include/randutils + url = https://gist.github.com/imneme/540829265469e673d045 |