Skip to content

Instantly share code, notes, and snippets.

@rudvfaden
Last active August 29, 2015 14:17
Show Gist options
  • Save rudvfaden/08f6294eec9336ff51dc to your computer and use it in GitHub Desktop.
Save rudvfaden/08f6294eec9336ff51dc to your computer and use it in GitHub Desktop.
exclude files for latex in sublime project
"file_exclude_patterns":
[
"*.aux",
"*.glo",
"*.idx",
"*.log",
"*.toc",
"*.ist",
"*.acn",
"*.acr",
"*.alg",
"*.bbl",
"*.blg",
"*.dvi",
"*.glg",
"*.gls",
"*.ilg",
"*.ind",
"*.lof",
"*.lot",
"*.maf",
"*.mtc",
"*.mtc1",
"*.out",
"*.synctex.gz",
"*.bib",
"*.xml",
"*.synctex.gz(busy)",
"*.fdb_latexmk",
"*.fls",
"*.bcf"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment