Skip to content

Commit 2e21431

Browse files
committed
Add more temporary file extensions
1 parent f030f60 commit 2e21431

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

LaTeXTools.sublime-settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@
227227
"temp_files_exts": [
228228
".aux", ".acn", ".acn2", ".acr", ".acr2", ".bbl", ".bcf", ".blg", ".brf",
229229
".dvi", ".fdb_latexmk", ".fls", ".glo", ".gls", ".idx", ".ilg", ".ind", ".ist",
230-
".lof", ".log", ".nlo", ".out", ".pdfsync", ".ps", ".run.xml", ".synctex.gz",
231-
".thm", ".toc", ".xdv", ".xdy",
230+
".lof", ".log", ".nlo", ".out", ".pdfsync", ".ps", ".run.xml", ".synctex",
231+
".synctex(busy)", ".synctex.gz", ".thm", ".toc", ".xdv", ".xdy",
232232
],
233233

234234
// Folders that are not traversed when deleting temp files

latextools/delete_temp_files.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ def delete_temp_files(self, path):
196196
".pdfsync",
197197
".ps",
198198
".run.xml",
199+
".synctex",
200+
".synctex(busy)",
199201
".synctex.gz",
200202
".thm",
201203
".toc",

0 commit comments

Comments
 (0)