From 4fe3e79181a77e71a90758fe427a725f391a7733 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 11 May 2019 06:25:03 -0400 Subject: [PATCH] Ignore untracked files in submodules. --- .gitignore | 1 + .gitmodules | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 887392fb..c6f63346 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /libRack.a /dep /plugins +/disabledplugins /build /dist /patches diff --git a/.gitmodules b/.gitmodules index b58bc96c..1d1633c1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,24 @@ [submodule "dep/nanovg"] path = dep/nanovg url = https://github.com/memononen/nanovg.git + ignore = untracked [submodule "dep/nanosvg"] path = dep/nanosvg url = https://github.com/memononen/nanosvg.git + ignore = untracked [submodule "dep/osdialog"] path = dep/osdialog url = https://github.com/AndrewBelt/osdialog.git + ignore = untracked [submodule "dep/oui-blendish"] path = dep/oui-blendish url = https://github.com/AndrewBelt/oui-blendish.git + ignore = untracked [submodule "dep/rtaudio"] path = dep/rtaudio url = https://github.com/thestk/rtaudio.git + ignore = untracked [submodule "dep/glfw"] path = dep/glfw url = https://github.com/AndrewBelt/glfw.git + ignore = untracked \ No newline at end of file