Files
honors-thesis/.gitignore
T
soconnor 5017133cfb
Build Proposal and Thesis / build-github (push) Has been skipped
Build Proposal and Thesis / build-gitea (push) Successful in 1m43s
add embedded PDFs to git
2026-04-20 23:19:10 -04:00

29 lines
242 B
Plaintext

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.log
*.out
*.toc
*.lof
*.lot
*.fls
*.fdb_latexmk
*.synctex.gz
*.dvi
*.pdf
!thesis/pdfs/**
# Build directory
build/
**/build/
# context directory
context
# OS files
.DS_Store
# IDE files
.vscode/