Add .synctex.gz files to list of cleaning
Currently using MiKTeX distribution on Windows and have not found a way to stop pdflatex from producing the .synctex.gz files. So I have added it manually to the list of files to clean
Anonymous
Are you aware of the function of the .synctex.gz file? It's necessary for the synchronization of source code and PDF. If you delete it, you disable the sync feature in TeXstudio.
If you don't use syncing, you may remove
synctex=1
from the pdflatex call. Then.synctex.gz
won't be generated at all.