-
-
Save bigdatumrich/3ba54bd9c06b50612bb9b005d4866c37 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