Skip to content

Instantly share code, notes, and snippets.

@DanielKotik
Created December 25, 2017 11:17
Show Gist options
  • Save DanielKotik/bd6ea627d5005ffb934a7137d095c72b to your computer and use it in GitHub Desktop.
Save DanielKotik/bd6ea627d5005ffb934a7137d095c72b to your computer and use it in GitHub Desktop.
.gitignore file for LaTeX projects using latexmk
## project specific files:
maindocument.pdf
## latexmk, latex, pdflatex, bibtex and other(?) auxiliary files:
*.fls
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*-blx.bib
*.run.xml
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
*.fdb_latexmk
*.tex.backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment