gbranden pushed a commit to branch master
in repository groff.

commit 4d7cfaa36f1ea22b8441072aeb110e62cf5db4ac
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Feb 5 10:35:09 2026 -0600

    .gitignore: Update, rearrange, and annotate.
---
 .gitignore | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7ff301995..8899de931 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,19 @@
-# artifacts expected in a clean tree
-/.version
+# The following artifacts are produced by "bootstrap", remain in a
+# "distclean"-ed tree, and are included in a distribution archive.
+/INSTALL
 /Makefile.in
 /aclocal.m4
-/autom4te.cache/
 /build-aux/
 /configure
-# Neither "clean" nor "distclean" scrub this.
-/configure~
 /gnulib_m4/
+# Neither "clean" nor "distclean" scrub the following.
+/autom4te.cache/
+/configure~
 /lib/
+# The following artifact remains in a "distclean"-ed tree, and is
+# included in a distribution archive.
+/.version
 # build artifacts
-/INSTALL
 /Makefile
 /addftinfo
 /afmtodit

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

Reply via email to