[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
	hideDotFiles = dotGitOnly
[remote "origin"]
	url = git@github.com:vrpn/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
[branch "fix-pointer-math"]
	remote = origin
	merge = refs/heads/fix-pointer-math
[gui]
	wmstate = zoomed
	geometry = 443x321+205+130 255 192
