diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-19 15:36:40 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-19 15:36:40 -0500 |
commit | 95b7ae535c0b005466e34096f5ce427046a403d2 (patch) | |
tree | 806d031c7894322c56d2457d64a51f893b3c38ba /.gitmodules | |
download | father-95b7ae535c0b005466e34096f5ce427046a403d2.tar.gz father-95b7ae535c0b005466e34096f5ce427046a403d2.tar.bz2 father-95b7ae535c0b005466e34096f5ce427046a403d2.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..ec4d45e --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,9 @@ | |||
1 | [submodule "vendor/libtwittercpp"] | ||
2 | path = vendor/libtwittercpp | ||
3 | url = git@github.com:hatkirby/libtwittercpp | ||
4 | [submodule "vendor/yaml-cpp"] | ||
5 | path = vendor/yaml-cpp | ||
6 | url = git@github.com:jbeder/yaml-cpp | ||
7 | [submodule "vendor/verbly"] | ||
8 | path = vendor/verbly | ||
9 | url = git@github.com:hatkirby/verbly | ||