Last active
October 13, 2015 06:28
-
-
Save 0robustus1/4153548 to your computer and use it in GitHub Desktop.
LaTeX-specific gitignore
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
# Self | |
.gitignore | |
# Mac OS X | |
.DS_Store | |
# LaTeX | |
*.acn | |
*.acr | |
*.alg | |
*.aux | |
*.bbl | |
*.blg | |
*.dvi | |
*.glg | |
*.glo | |
*.gls | |
*.idx | |
*.ilg | |
*.ind | |
*.ist | |
*.lof | |
*.lol | |
*.log | |
*.lot | |
*.maf | |
*.mp | |
*.mtc | |
*.mtc1 | |
*.nav | |
*.nlo | |
*.out | |
*.pyg | |
*.snm | |
*.tmp | |
*.toc | |
*.top | |
*.tui | |
*.vrb | |
*.xdy | |
*.zoc | |
# LaTeXmk | |
*.fdb_latexmk | |
*.fls | |
# Backupfiles | |
*.bak | |
*.swp | |
*~ | |
# Zipped | |
*.gz | |
*.tar | |
*.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment