diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-11-05 03:39:00 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-11-05 03:39:00 -0400 |
commit | 51c0f61bde2799d8c1c903d95578b9d05778a22f (patch) | |
tree | af20170b9046f32e010518781ea0648a0d3287b4 /.gitmodules | |
download | fruity-51c0f61bde2799d8c1c903d95578b9d05778a22f.tar.gz fruity-51c0f61bde2799d8c1c903d95578b9d05778a22f.tar.bz2 fruity-51c0f61bde2799d8c1c903d95578b9d05778a22f.zip |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..79dde9f --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,9 @@ | |||
1 | [submodule "vendor/verbly"] | ||
2 | path = vendor/verbly | ||
3 | url = https://github.com/hatkirby/verbly | ||
4 | [submodule "vendor/libtwittercpp"] | ||
5 | path = vendor/libtwittercpp | ||
6 | url = https://github.com/hatkirby/libtwittercpp | ||
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = https://github.com/jbeder/yaml-cpp | ||