Browse Source

Ignore untracked files in submodules.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
4fe3e79181
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +6
    -0
      .gitmodules

+ 1
- 0
.gitignore View File

@@ -4,6 +4,7 @@
/libRack.a
/dep
/plugins
/disabledplugins
/build
/dist
/patches


+ 6
- 0
.gitmodules View File

@@ -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

Loading…
Cancel
Save