Skip to content

Instantly share code, notes, and snippets.

@ntim
Forked from kogakure/.gitignore
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save ntim/ca4dd0c10b2324237813 to your computer and use it in GitHub Desktop.

Select an option

Save ntim/ca4dd0c10b2324237813 to your computer and use it in GitHub Desktop.
Git: .gitignore file for (Xe)LaTeX projects
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
*.run.xml
*.bcf
*.fls
*.fdb_latexmk
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment