about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-09 10:25:35 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-09 10:25:35 -0500
commit7f5653486abe14d34e57f27249f06fa1af3ad07d (patch)
tree34db2a7ecb15330b1b82776991f13a8fd8b15e16 /.gitmodules
parentcab67a591f5cc463cdf852dc9d6a7a17e7349254 (diff)
downloadnancy-7f5653486abe14d34e57f27249f06fa1af3ad07d.tar.gz
nancy-7f5653486abe14d34e57f27249f06fa1af3ad07d.tar.bz2
nancy-7f5653486abe14d34e57f27249f06fa1af3ad07d.zip
Added yaml-cpp as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 037e2c6..581c545 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,6 @@
1[submodule "vendor/twitcurl"] 1[submodule "vendor/twitcurl"]
2 path = vendor/twitcurl 2 path = vendor/twitcurl
3 url = https://github.com/swatkat/twitcurl 3 url = https://github.com/swatkat/twitcurl
4[submodule "vendor/yaml-cpp"]
5 path = vendor/yaml-cpp
6 url = https://github.com/jbeder/yaml-cpp