summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-30 11:35:32 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-30 11:35:32 -0400
commit95cd6e298cf6b80476fdcec08c5249ff4530bb16 (patch)
treea1e654a7619567e9f7a917bbf95d65a76c23e0eb /.gitmodules
downloadcomposite-95cd6e298cf6b80476fdcec08c5249ff4530bb16.tar.gz
composite-95cd6e298cf6b80476fdcec08c5249ff4530bb16.tar.bz2
composite-95cd6e298cf6b80476fdcec08c5249ff4530bb16.zip
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
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