31 lines
237 B
Plaintext
31 lines
237 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.lof
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.bbl
|
|
*.blg
|
|
*.synctex.gz
|
|
*.synctex(busy)
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.nav
|
|
*.snm
|
|
*.thm
|
|
|
|
# compiled PDFs
|
|
*.pdf
|
|
|
|
# editor files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|