Skip to content

Instantly share code, notes, and snippets.

@mxa
Last active October 10, 2019 11:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxa/fa2fbb90701682fd19a43942e0ac3832 to your computer and use it in GitHub Desktop.
Save mxa/fa2fbb90701682fd19a43942e0ac3832 to your computer and use it in GitHub Desktop.
gitignore for LaTeX projects
*.acn
*.acr
*.alg
*.aux
*.bbl
*.bcf
*.blg
*.brf
*.bst
*.dvi
*.ent
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc1
*.nav
*.nlo
*.nls
*.out
*.ps
*.pyg
*.run.xml
*.snm
.synctex(busy)
*.synctex.gz
*.tex.backup
*.toc
*.txss
*.vrb
*.xdy
*.xml
@mxa
Copy link
Author

mxa commented Nov 28, 2017

maybe the most complete .gitignore for LaTeX projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment