diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-30 11:35:32 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-30 11:35:32 -0400 |
commit | 95cd6e298cf6b80476fdcec08c5249ff4530bb16 (patch) | |
tree | a1e654a7619567e9f7a917bbf95d65a76c23e0eb /.gitmodules | |
download | composite-95cd6e298cf6b80476fdcec08c5249ff4530bb16.tar.gz composite-95cd6e298cf6b80476fdcec08c5249ff4530bb16.tar.bz2 composite-95cd6e298cf6b80476fdcec08c5249ff4530bb16.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..3ac2123 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,9 @@ | |||
1 | [submodule "vendor/libtwittercpp"] | ||
2 | path = vendor/libtwittercpp | ||
3 | url = https://github.com/hatkirby/libtwittercpp | ||
4 | [submodule "vendor/verbly"] | ||
5 | path = vendor/verbly | ||
6 | url = https://github.com/hatkirby/verbly | ||
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = https://github.com/jbeder/yaml-cpp | ||