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>
25 lines
423 B
Plaintext
25 lines
423 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# EasyEDA / build artifacts
|
|
*.bak
|
|
*.tmp
|
|
|
|
# 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
|