Przeglądaj źródła

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.
preencode-sketch
Paul J. Davis 8 lat temu
rodzic
commit
79feaa5747
1 zmienionych plików z 13 dodań i 1 usunięć
  1. +13
    -1
      src/jiffy.app.src

+ 13
- 1
src/jiffy.app.src Wyświetl plik

@ -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"
]}
]}.

Ładowanie…
Anuluj
Zapisz