Files
honors-thesis/.gitignore
Sean O'Connor d430cb4f35
Some checks failed
Build Proposal and Thesis / build (push) Failing after 4s
Remove .DS_Store and ignore it
2026-02-04 13:20:31 -05:00

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