Skip to content

Instantly share code, notes, and snippets.

@dipakc
Forked from kogakure/.gitignore
Last active September 8, 2015 13:22
Show Gist options
  • Select an option

  • Save dipakc/00e63c24c56775b48635 to your computer and use it in GitHub Desktop.

Select an option

Save dipakc/00e63c24c56775b48635 to your computer and use it in GitHub Desktop.
Git: .gitignore file for 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
*.preview.pdf
*.fdb_latexmk
*.brf
*.lol
*.tex~
*.tex.backup
*.swp
# auctex generate auto folder
auto/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment