Skip to content

Instantly share code, notes, and snippets.

@Velrok
Created November 16, 2012 21:48
Show Gist options
  • Save Velrok/4091217 to your computer and use it in GitHub Desktop.
Save Velrok/4091217 to your computer and use it in GitHub Desktop.
sublime ignore file patterns for latex projects
// add this line to your sublime config
"file_exclude_patterns": ["*.aux", "*.bbl", "*.blg", "*.fdb_latexmk", "*.fls", "*.out", "*.synctex.gz", "*.DS_Store", "*.pdf"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment