[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git://github.com/VCVRack/Rack.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "v1"]
	remote = origin
	merge = refs/heads/v1
[submodule "dep/glfw"]
	active = true
	url = https://github.com/AndrewBelt/glfw.git
[submodule "dep/nanosvg"]
	active = true
	url = https://github.com/memononen/nanosvg.git
[submodule "dep/nanovg"]
	active = true
	url = https://github.com/memononen/nanovg.git
[submodule "dep/osdialog"]
	active = true
	url = https://github.com/AndrewBelt/osdialog.git
[submodule "dep/oui-blendish"]
	active = true
	url = https://github.com/AndrewBelt/oui-blendish.git
[submodule "dep/rtaudio"]
	active = true
	url = https://github.com/thestk/rtaudio.git
