diff options
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 | ||