On branch main Changes to be committed: new file: .gitignore modified: PersonalStatement/main.tex
31 lines
300 B
Plaintext
31 lines
300 B
Plaintext
# LaTeX intermediate files
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.brf
|
|
*.log
|
|
*.nav
|
|
*.out
|
|
*.snm
|
|
*.toc
|
|
*.vrb
|
|
|
|
# LaTeX editor files
|
|
*.fls
|
|
*.fdb_latexmk
|
|
|
|
# Generated PDF files
|
|
*.pdf
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.backup
|
|
*.dvi
|
|
*.ps
|
|
._wordcount_selection.tex
|
|
main.synctex.gz
|
|
|
|
# Directory for auxiliary files
|
|
_build/
|
|
.vscode/ |