From bba35f7b8c7eff17db7910d5337449da65bddc26 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 19 Aug 2026 16:23:30 +0900 Subject: [PATCH] Stop ignoring figures in the slides template The unrooted *.pdf and *.png rules hid anything added under figures/. Build products are all at the document root, so the rooted rules are enough. Co-Authored-By: Claude Opus 5 (1M context) --- slides_template/.gitignore | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/slides_template/.gitignore b/slides_template/.gitignore index d0bedd2..9de0442 100644 --- a/slides_template/.gitignore +++ b/slides_template/.gitignore @@ -1,27 +1,18 @@ +# Build products, at the document root only, so figures/ is left alone. /auto/ /vc +/notes.config /*.aux -/*.log -/*.out -/*.pdf /*.fdb_latexmk /*.fls -/*.ttt +/*.log /*.nav -/*.toc +/*.notes +/*.out +/*.pdf /*.snm +/*.toc +/*.ttt /*.xdv -/notes.config -*.aux -*.fdb_latexmk -*.fls -*.log -*.nav -*.notes -*.out -*.snm -*.toc -*.pdf -*.png -*-luamml-mathml.html +/*-luamml-mathml.html *.swp