[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/pmp-library/pmp-library.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "external/eigen"]
	url = https://gitlab.com/libeigen/eigen.git
[submodule "external/glfw"]
	url = https://github.com/glfw/glfw.git
[submodule "external/googletest"]
	url = https://github.com/google/googletest.git
[submodule "external/pmp-data"]
	url = https://github.com/pmp-library/pmp-data.git
