aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorpacien2019-12-31 08:38:15 +0100
committerpacien2019-12-31 08:38:15 +0100
commit6691b14cf4e867a9018f38c174fa98f1ada19f82 (patch)
treeff43476e81ee80c38ad4fb28822853849be03929 /compiler/package.yaml
parent641ea85d4da795cb2c67d9777cb3db3dfede1d8b (diff)
downloadldgallery-6691b14cf4e867a9018f38c174fa98f1ada19f82.tar.gz
compiler: add option to ignore files matching a regex
GitHub: closes #10
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 0b03887..0577bb5 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -26,6 +26,7 @@ dependencies:
26- JuicyPixels 26- JuicyPixels
27- JuicyPixels-extra 27- JuicyPixels-extra
28- parallel-io 28- parallel-io
29- regex-compat
29 30
30data-dir: data 31data-dir: data
31data-files: ["**/*"] 32data-files: ["**/*"]