mirror of
https://github.com/zenlm/papers.git
synced 2026-07-27 03:10:44 +00:00
38 lines
353 B
Plaintext
38 lines
353 B
Plaintext
# LaTeX intermediate files
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.bbl
|
|
*.blg
|
|
*.synctex.gz
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
*.lof
|
|
*.lot
|
|
*.bcf
|
|
*.run.xml
|
|
|
|
# LaTeX temporary files
|
|
*.dvi
|
|
*.ps
|
|
|
|
# Compiled PDFs (optional - comment out if you want to track PDFs)
|
|
# *.pdf
|
|
|
|
# MacOS files
|
|
.DS_Store
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.*.sw?
|
|
|
|
# Build directories
|
|
build/
|
|
output/
|