From 79feaa57477795e5355ae19874da75378f2d2869 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 30 Dec 2016 20:57:25 -0600 Subject: [PATCH] Maintain my own file list for hex Apparently hex only includes some files by default but not others rather than a sane default of anything except for VCS directories. So now I also get to maintain a list of files in my .app.src. --- src/jiffy.app.src | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/jiffy.app.src b/src/jiffy.app.src index b1fa09c..92b44cb 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -5,5 +5,17 @@ {applications, [kernel, stdlib]}, {maintainers, ["Paul J. Davis"]}, {licenses, ["MIT", "BSD"]}, - {links, [{"GitHub", "https://github.com/davisp/jiffy"}]} + {links, [{"GitHub", "https://github.com/davisp/jiffy"}]}, + {files, [ + "LICENSE", + "Makefile", + "README.md", + "c_src", + "enc", + "plugins", + "rebar.config", + "rebar.config.script", + "src", + "test" + ]} ]}.