diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-06-22 13:32:17 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-06-22 13:32:17 +0200 |
| commit | cf2eff38015464faa2d6d267eedf023141e51662 (patch) | |
| tree | 82fe720931427843ab532569db444de34af14c6c /.gitignore | |
| parent | 07fd41294a408591fbdd30ce8bbb063b68117d00 (diff) | |
| parent | 5a53a3824730d42d148fa840f6c821786dfa7c53 (diff) | |
Merge branch 'master' into stack-yaml-symlink
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 01b58ccb4..b698d53ab 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,10 @@ DATA_DIR stack*.yaml.lock +# Output files for test suite +*.out +gf-tests.html + # Generated documentation (not exhaustive) demos/index-numbers.html demos/resourcegrammars.html |
