gbranden pushed a commit to branch master
in repository groff.

commit 9eca14496303f4aef3597cc1df4acc9cc281e7f9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Feb 17 15:15:11 2026 -0600

    [chem,glilypond]: Add .gitignore files.
    
    ...to prevent "git status" from squawking about test result files.
---
 contrib/chem/.gitignore      | 3 +++
 contrib/glilypond/.gitignore | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/contrib/chem/.gitignore b/contrib/chem/.gitignore
index cd9175b1e..04587deef 100644
--- a/contrib/chem/.gitignore
+++ b/contrib/chem/.gitignore
@@ -3,3 +3,6 @@
 /chem.1
 /examples/122/README
 /examples/README
+# test ("make check") artifacts
+/tests/*.log
+/tests/*.trs
diff --git a/contrib/glilypond/.gitignore b/contrib/glilypond/.gitignore
index 898be6080..83d903c0d 100644
--- a/contrib/glilypond/.gitignore
+++ b/contrib/glilypond/.gitignore
@@ -1,2 +1,5 @@
 # build artifacts
 /glilypond.1
+# 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