Skip to content

Instantly share code, notes, and snippets.

@grarl1
Forked from kogakure/.gitignore
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save grarl1/1c8ba14e7c6f1da158a2 to your computer and use it in GitHub Desktop.

Select an option

Save grarl1/1c8ba14e7c6f1da158a2 to your computer and use it in GitHub Desktop.
LaTeX .gitignore file
###### LaTeX files ######
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
###### PDF files ######
*.pdf
###### Backup files ######
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment