Skip to content

Instantly share code, notes, and snippets.

@tobiasschuerg
Forked from kogakure/.gitignore
Last active August 18, 2020 19:34
Show Gist options
  • Select an option

  • Save tobiasschuerg/d535a00dd81dea5150b8 to your computer and use it in GitHub Desktop.

Select an option

Save tobiasschuerg/d535a00dd81dea5150b8 to your computer and use it in GitHub Desktop.
gitignore for latex projects
*.acn
*.acr
*.alg
*.aux
*.bbl
*.blg
*.dvi
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
*.toc
# eventually
# myfile.pdf
@cadoiz
Copy link
Copy Markdown

cadoiz commented Aug 18, 2020

Maybe also .out.ps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment