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) <noreply@anthropic.com>
This commit is contained in:
27
slides_template/.gitignore
vendored
27
slides_template/.gitignore
vendored
@@ -1,27 +1,18 @@
|
|||||||
|
# Build products, at the document root only, so figures/ is left alone.
|
||||||
/auto/
|
/auto/
|
||||||
/vc
|
/vc
|
||||||
|
/notes.config
|
||||||
/*.aux
|
/*.aux
|
||||||
/*.log
|
|
||||||
/*.out
|
|
||||||
/*.pdf
|
|
||||||
/*.fdb_latexmk
|
/*.fdb_latexmk
|
||||||
/*.fls
|
/*.fls
|
||||||
/*.ttt
|
/*.log
|
||||||
/*.nav
|
/*.nav
|
||||||
/*.toc
|
/*.notes
|
||||||
|
/*.out
|
||||||
|
/*.pdf
|
||||||
/*.snm
|
/*.snm
|
||||||
|
/*.toc
|
||||||
|
/*.ttt
|
||||||
/*.xdv
|
/*.xdv
|
||||||
/notes.config
|
/*-luamml-mathml.html
|
||||||
*.aux
|
|
||||||
*.fdb_latexmk
|
|
||||||
*.fls
|
|
||||||
*.log
|
|
||||||
*.nav
|
|
||||||
*.notes
|
|
||||||
*.out
|
|
||||||
*.snm
|
|
||||||
*.toc
|
|
||||||
*.pdf
|
|
||||||
*.png
|
|
||||||
*-luamml-mathml.html
|
|
||||||
*.swp
|
*.swp
|
||||||
|
|||||||
Reference in New Issue
Block a user