Auxiliary/Extra Files? #34
-
I understand that one should not delete the auxiliary files that are created upon compilation. Any idea how to reduce the clutter that the non .tex or .pdf files cause? |
Beta Was this translation helpful? Give feedback.
Answered by
sleepymalc
Apr 19, 2024
Replies: 1 comment 3 replies
-
I have this in my "latex-workshop.latex.clean.fileTypes": [
"*.aux",
"*.bbl",
"*.blg",
"*.idx",
"*.ind",
"*.lof",
"*.lot",
"*.out",
"*.toc",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.fls",
"*.log",
"*.fdb_latexmk",
"*.snm",
"*.synctex(busy)",
"*.synctex.gz(busy)"
], |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
isaac-peter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this in my
setting.json
: