Files
DigiRadio/.gitignore
T
micheleandCursor ad5e4827a8 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>
2026-07-08 14:43:15 +02:00

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