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