mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-11 00:56:13 +08:00
- Add *.synctex.gz and *.synctex.gz(busy) to .gitignore - Update Makefile clean target to remove SyncTeX files - Remove existing coverletter.synctex.gz build artifact
36 lines
418 B
Text
36 lines
418 B
Text
### TeX ###
|
|
## Core latex/pdflatex auxiliary files:
|
|
*.aux
|
|
*.lof
|
|
*.log
|
|
*.lot
|
|
*.fls
|
|
*.out
|
|
*.toc
|
|
|
|
## Intermediate documents:
|
|
*.dvi
|
|
*-converted-to.*
|
|
|
|
## SyncTeX files:
|
|
*.synctex
|
|
*.synctex(busy)
|
|
*.synctex.gz
|
|
*.synctex.gz(busy)
|
|
resume.synctex
|
|
resume.synctex(busy)
|
|
|
|
## Build artifacts:
|
|
*.pdf
|
|
*.xdv
|
|
*.fdb_latexmk
|
|
|
|
### Editor ###
|
|
## Vim & Emacs temp files:
|
|
.*sw[op]
|
|
*~
|
|
|
|
### Mac OS X ###
|
|
## Mac OS X metadata files:
|
|
*.DS_Store
|
|
|