-
-
Save grarl1/1c8ba14e7c6f1da158a2 to your computer and use it in GitHub Desktop.
LaTeX .gitignore file
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
| ###### 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 ###### | |
| ###### Backup files ###### | |
| *~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment