[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	url = ssh://git@git.cs.unc.edu/vrpn.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "submodules/hidapi"]
	url = https://github.com/vrpn/hidapi.git
[submodule "submodules/jsoncpp"]
	url = https://github.com/vrpn/jsoncpp.git
