Git: .gitignore file for LaTeX projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.toptal.com/developers/gitignore can generate .gitignore for many filetypes | |
*.acn | |
*.acr | |
*.alg | |
*.aux | |
*.bbl | |
*.blg | |
*.dvi | |
*.glg | |
*.glo | |
*.gls | |
*.idx | |
*.ilg | |
*.ind | |
*.ist | |
*.lof | |
*.log | |
*.lot | |
*.maf | |
*.mtc | |
*.mtc1 | |
*.out | |
*.synctex.gz | |
*.toc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
¡great! Very useful.
¿someone have them classified by use or tool that generates those files?
Thanks in advance.