Skip to content

Instantly share code, notes, and snippets.

@VictorieeMan
Created December 8, 2021 18:34
Show Gist options
  • Save VictorieeMan/8fe123f40df49e81a4c3572e7a8309a0 to your computer and use it in GitHub Desktop.
Save VictorieeMan/8fe123f40df49e81a4c3572e7a8309a0 to your computer and use it in GitHub Desktop.
A .gitignore for LaTex repositories
# 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