Thesis/.gitignore
Split 02ecfaad94 Clean up repo: remove tracked build artifacts, old versions, cruft
Removed from tracking:
- Build artifacts (*.aux, *.bbl, *.blg, *.fls, *.fdb_latexmk, *.log, *.toc, *.pdf)
- Old versioned files (v1.tex, v2.tex) - content now in renamed files
- Empty biblatex.sty placeholder
- Vendored todonotes.sty (still in working tree, now gitignored)
- .DS_Store

Updated .gitignore to prevent re-adding *.sty files
2026-03-09 22:05:33 -04:00

41 lines
331 B
Plaintext

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex.gz
*.toc
*.lof
*.lot
*.nav
*.snm
*.vrb
*.dvi
*.ps
# Generated PDF (recompile from source)
main.pdf
# Todonotes list
*.tdo
# Backup files
*.bak
*~
\#*\#
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
.vscode/
.idea/
*.sty
.DS_Store