diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-19 09:17:07 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-19 09:17:07 -0400 |
commit | aec538929aa73600be65e6bebf8322ed928f7fcf (patch) | |
tree | cddfd984de04d553ccc2ffd83423894d0be175f9 /.gitmodules | |
download | wordplay-aec538929aa73600be65e6bebf8322ed928f7fcf.tar.gz wordplay-aec538929aa73600be65e6bebf8322ed928f7fcf.tar.bz2 wordplay-aec538929aa73600be65e6bebf8322ed928f7fcf.zip |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b678533 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,12 @@ | |||
1 | [submodule "verbly"] | ||
2 | path = verbly | ||
3 | url = https://github.com/hatkirby/verbly | ||
4 | [submodule "vendor/verbly"] | ||
5 | path = vendor/verbly | ||
6 | url = https://github.com/hatkirby/verbly | ||
7 | [submodule "vendor/twitcurl"] | ||
8 | path = vendor/twitcurl | ||
9 | url = https://github.com/swatkat/twitcurl | ||
10 | [submodule "vendor/yaml-cpp"] | ||
11 | path = vendor/yaml-cpp | ||
12 | url = https://github.com/jbeder/yaml-cpp | ||