summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-03-13 16:44:43 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-03-13 16:44:43 -0400
commit62de4eb955181b7b00364cb14201a91268aa57b4 (patch)
tree4f15e6ac6ce1bb7097d5c98d5c337d5fdb597800 /.gitmodules
parent31a8d2f8541384cfecfecfa5b872edb424b1ec14 (diff)
downloadgrunge-62de4eb955181b7b00364cb14201a91268aa57b4.tar.gz
grunge-62de4eb955181b7b00364cb14201a91268aa57b4.tar.bz2
grunge-62de4eb955181b7b00364cb14201a91268aa57b4.zip
Removed yaml-cpp submodule
Project now links against a local installation of yaml-cpp.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 346e727..2d9ee1e 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -4,6 +4,3 @@
4[submodule "vendor/libtwittercpp"] 4[submodule "vendor/libtwittercpp"]
5 path = vendor/libtwittercpp 5 path = vendor/libtwittercpp
6 url = git@github.com:hatkirby/libtwittercpp 6 url = git@github.com:hatkirby/libtwittercpp
7[submodule "vendor/yaml-cpp"]
8 path = vendor/yaml-cpp
9 url = git@github.com:jbeder/yaml-cpp