-
-
Save ajgappmark/e27eea496c3049f65b2261ac21146aba to your computer and use it in GitHub Desktop.
Git: .gitignore file for LaTeX projects
This file contains hidden or 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
*.aux | |
*.glo | |
*.idx | |
*.log | |
*.toc | |
*.ist | |
*.acn | |
*.acr | |
*.alg | |
*.bbl | |
*.blg | |
*.dvi | |
*.glg | |
*.gls | |
*.ilg | |
*.ind | |
*.lof | |
*.lot | |
*.maf | |
*.mtc | |
*.mtc1 | |
*.out | |
*.synctex.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment