From afbe0bd9678619fe1b022075615229c875c0b98a Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 19 Sep 2017 09:59:17 -0400 Subject: Created bot --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8aa7292 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/libtwittercpp"] + path = vendor/libtwittercpp + url = git@github.com:hatkirby/libtwittercpp.git +[submodule "vendor/yaml-cpp"] + path = vendor/yaml-cpp + url = git@github.com:jbeder/yaml-cpp.git -- cgit 1.4.1