Created
March 20, 2013 22:38
-
-
Save sglyon/5209192 to your computer and use it in GitHub Desktop.
Standard .gitignore to be used in projects with LaTeX and python source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# '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