Skip to content

Instantly share code, notes, and snippets.

@0robustus1
Last active October 13, 2015 06:28
Show Gist options
  • Save 0robustus1/4153548 to your computer and use it in GitHub Desktop.
Save 0robustus1/4153548 to your computer and use it in GitHub Desktop.
LaTeX-specific gitignore
# 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
*.pdf
*.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