Skip to content

Instantly share code, notes, and snippets.

@misberner
Created January 8, 2014 13:39
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save misberner/8316891 to your computer and use it in GitHub Desktop.
Save misberner/8316891 to your computer and use it in GitHub Desktop.
.gitignore rules for LaTeX projects
# LaTeX temporary files
*.aux
*.log
*.toc
# PDF output - usually a bad idea to keep this in Git
*.pdf
# Latexmk
*.fdb_latexmk
# SyncTeX
*.synctex.gz
# LaTeX Beamer
*.snm
*.vrb
*.nav
*.out
# BibTeX
*.bbl
*.blg
# Log created by Adobe Reader
C:\\nppdf32Log\\debuglog.txt
# Sublime Text Project Files (usually contain absolute paths)
*.sublime-project
*.sublime-workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment