mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-05 05:56:31 -05:00
25 lines
204 B
Plaintext
25 lines
204 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
*.dvi
|
|
*.pdf
|
|
|
|
# Build directory
|
|
build/
|
|
**/build/
|
|
|
|
# context directory
|
|
context
|
|
|
|
# OS files
|
|
.DS_Store
|