Stop tracking LaTeX build artifacts under Software/docs/manual.

Add gitignore rules for aux, log, toc, fls, fdb_latexmk, listing, out, and pdf so only source .tex/.sty stay in version control.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 14:43:15 +02:00
co-authored by Cursor
parent 0a1188ad66
commit ad5e4827a8
20 changed files with 11 additions and 4685 deletions
+11
View File
@@ -11,3 +11,14 @@
# Editor
.vscode/
.idea/
# LaTeX build outputs (Software/docs/manual/)
Software/docs/manual/*.aux
Software/docs/manual/*.fdb_latexmk
Software/docs/manual/*.fls
Software/docs/manual/*.listing
Software/docs/manual/*.log
Software/docs/manual/*.out
Software/docs/manual/*.pdf
Software/docs/manual/*.synctex.gz
Software/docs/manual/*.toc