diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-06-12 10:29:42 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-06-12 10:29:42 -0400 |
| commit | 5918c6e39911ebe3f10949c648850f7d6d30b196 (patch) | |
| tree | 3145e9b7951adcd95f203e9d414d776fab627e53 /.gitmodules | |
| download | toldya-5918c6e39911ebe3f10949c648850f7d6d30b196.tar.gz toldya-5918c6e39911ebe3f10949c648850f7d6d30b196.tar.bz2 toldya-5918c6e39911ebe3f10949c648850f7d6d30b196.zip | |
Initial commit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8544219 --- /dev/null +++ b/.gitmodules | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [submodule "vendor/libtwittercpp"] | ||
| 2 | path = vendor/libtwittercpp | ||
| 3 | url = https://github.com/hatkirby/libtwittercpp | ||
| 4 | [submodule "vendor/yaml-cpp"] | ||
| 5 | path = vendor/yaml-cpp | ||
| 6 | url = https://github.com/jbeder/yaml-cpp | ||
