diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-06-11 13:55:20 +0800 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-06-11 13:55:20 +0800 |
| commit | fd4fb62b9e287afaceca3f789623856bd64f0ee3 (patch) | |
| tree | 23249bdefefbfe4cc5a28c6058b226fcaa10a31d | |
| parent | 53c3afbd6f0df2991b41459fe46d3a8c37d11278 (diff) | |
Add output files for test suite in 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 |
