diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-03 13:56:19 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-03 13:56:19 -0500 |
commit | 18742d79e1de863889521c492e938491489316fe (patch) | |
tree | 9930ef168c81c01e1c947b47d697d494aa7ca0f2 /.gitmodules | |
download | advice-18742d79e1de863889521c492e938491489316fe.tar.gz advice-18742d79e1de863889521c492e938491489316fe.tar.bz2 advice-18742d79e1de863889521c492e938491489316fe.zip |
Created bot
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 | ||