diff --git a/.gitignore b/.gitignore index 93bcd24..a3322e3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ out/ .vs/ doc/ build/ -releases/ -lib/DPF/khronos/ \ No newline at end of file +releases/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index f7f0c0c..d3256a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "lib/DPF"] path = lib/DPF url = https://github.com/DISTRHO/DPF.git + ignore = dirty \ No newline at end of file