Thesis/.gitignore
Split a01f42d47c Fix \split conflict, add .gitignore for build artifacts
- Renamed \split → \splitnote (\split already defined by another package)
- Added .gitignore for *.aux, *.log, *.pdf, etc.
- Branch switching now clean — just recompile after switch
2026-03-09 21:34:40 -04:00

39 lines
315 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/