From 0ed971f4ca0d81f410596ca1d15753bba5953c1d Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Tue, 4 Apr 2023 21:25:52 -0500 Subject: [PATCH] Ignore generated documentation files --- doc/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/.gitignore diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..6dc2942 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,12 @@ +# ignore Texinfo indexes +*.?? +*.??s +# ignore auxiliary files produced by TeX +*.aux +*.log +*.toc +# ignore formated manuals and Info files +*.dvi +*.pdf +*.info +*.info-* -- 2.25.1