Expected behaviour
If I have provided a specific folder for Output Directory, all the files generated during the execution of build command for test.tex except the test.pdf file should be moved to the output directory.
Observed behaviour
All the files are moved to the output director, except the test.synctex.gz file.
Not sure whether this is an expected behaviour. But felt this is not a clean implementation. In my setup, the output directory lies outside the project folder. By doing this, I make sure my project folder consists of only the essential files. But with this file hanging around, I have to manually delete it. The latex:clean command removes only the files from the output directory and does not remove this file within the project folder.
Moreover, synctex.gz file is not that important, I have to add exceptions for this file extension in git and other sync operations.
Expected behaviour If I have provided a specific folder for
Output Directory
, all the files generated during the execution of build command fortest.tex
except thetest.pdf
file should be moved to the output directory.Observed behaviour All the files are moved to the output director, except the
test.synctex.gz
file.Not sure whether this is an expected behaviour. But felt this is not a clean implementation. In my setup, the
output directory
lies outside theproject folder
. By doing this, I make sure my project folder consists of only the essential files. But with this file hanging around, I have to manually delete it. Thelatex:clean
command removes only the files from theoutput directory
and does not remove this file within theproject folder
.Moreover, synctex.gz file is not that important, I have to add exceptions for this file extension in git and other sync operations.