Created
December 8, 2021 18:34
-
-
Save VictorieeMan/8fe123f40df49e81a4c3572e7a8309a0 to your computer and use it in GitHub Desktop.
A .gitignore for LaTex repositories
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 appropriate .gitignore files | |
*.aux | |
*.bak | |
*.glo | |
#*.idx #It's possibly nice to keep the index in the git as well | |
*.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