gbranden pushed a commit to branch master
in repository groff.

commit 48eec62b993c933af33c0c485414e09055430cde
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Nov 23 11:15:05 2025 -0600

    src/preproc/{grn,soelim}/.gitignore: Update.
    
    Continues commit 34049cddce, 10 July.
---
 src/preproc/grn/.gitignore    | 3 +++
 src/preproc/soelim/.gitignore | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/preproc/grn/.gitignore b/src/preproc/grn/.gitignore
index d4adfd7db..873f51a99 100644
--- a/src/preproc/grn/.gitignore
+++ b/src/preproc/grn/.gitignore
@@ -6,3 +6,6 @@
 /hgraph.o
 /hpoint.o
 /main.o
+# test ("make check") artifacts
+/tests/*.log
+/tests/*.trs
diff --git a/src/preproc/soelim/.gitignore b/src/preproc/soelim/.gitignore
index 06f4fa972..155cbc710 100644
--- a/src/preproc/soelim/.gitignore
+++ b/src/preproc/soelim/.gitignore
@@ -3,3 +3,6 @@
 /.dirstamp
 /soelim.1
 /soelim.o
+# test ("make check") artifacts
+/tests/*.log
+/tests/*.trs

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to