Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:390c04c5bd597dc109ab11fb11f245a1b06eecec
Author...:Collin Funk
Committer:Collin Funk
Date.....:Wed Jan 28 18:02:34 2026 -0800
Parents..:cfb2dccbdfbdf035e00010b29ed1120c136610c7

Message
maint: ignore some generated documentation files

* .gitignore: Ignore the html directory created by 'make html' and the
directories made by 'make pdf ps dvi'.

Changes
diff --git a/.gitignore b/.gitignore
line changes: +3/-0
index c304674..656e3eb
--- a/.gitignore
+++ b/.gitignore
@@ -14,9 +14,12 @@
 /configure
 /doc/*.aux
 /doc/*.dvi
+/doc/*.html
 /doc/*.info*
 /doc/*.log
 /doc/*.pdf
+/doc/*.t2d
+/doc/*.t2p
 /doc/*.toc
 /doc/hello.??
 /doc/hello.??s

This website is licensed under AGPL-3.0. Feel free to copy!