Allow hidden paths that are specifically referenced from the dub recipe
file. Finish out the test case for ignoring unreferenced hidden paths and making sure referenced ones are compiled. |
---|
|
source/dub/recipe/packagerecipe.d |
---|
test/issue1372-ignore-files-in-hidden-dirs.sh |
---|
test/issue1372-ignore-files-in-hidden-dirs/.hiddensource/hello.d 0 → 100644 |
---|
test/issue1372-ignore-files-in-hidden-dirs/dub.json 0 → 100644 |
---|
test/issue1372-ignore-files-in-hidden-dirs/dub_json_hidden.json 100644 → 0 |
---|
test/issue1372-ignore-files-in-hidden-dirs/dub_json_no_hidden.json 100644 → 0 |
---|
test/issue1372-ignore-files-in-hidden-dirs/source/.compileMe/hello.d 0 → 100644 |
---|
test/issue1372-ignore-files-in-hidden-dirs/source/app.d |
---|