Skip to content

Instantly share code, notes, and snippets.

@sglyon
Created March 20, 2013 22:38
Show Gist options
  • Save sglyon/5209192 to your computer and use it in GitHub Desktop.
Save sglyon/5209192 to your computer and use it in GitHub Desktop.
Standard .gitignore to be used in projects with LaTeX and python source
# 'Helper' LaTeX files to ignore
*.aux
*.fdb_latexmk
*.nav
*.out
*.snm
*.gz
*.toc
*.pdfsync
*.blg
*.bbl
*.log
# Python related files to ignore
*.pyc
*.so # Come when you build cython extensions
# Don't track the OSX .DS_Store files
*.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment