From 5e80861fe16e086f91d08d831044ea2ef27c6ad9 Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Thu, 2 Jan 2025 23:40:52 +0000 Subject: [PATCH] initial --- .gitignore | 3 ++- .gitmodules | 3 +++ dpf | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 dpf diff --git a/.gitignore b/.gitignore index f5e5d3c..9eca9b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -dpf +build +bin diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..924d963 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dpf"] + path = dpf + url = https://github.com/DISTRHO/DPF diff --git a/dpf b/dpf new file mode 160000 index 0000000..f581516 --- /dev/null +++ b/dpf @@ -0,0 +1 @@ +Subproject commit f5815166356e85a5fe244f6024c2e401f04b10fa