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:
+11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user