Using TeXShop, I'd like to create a script that lets me specify the extensions (e.g. .aux, .log ecc..) whose corresponding files should be put in a separate directory.
I frequently have 20+ files in the folder of the project I'm currently working on, ~15 of which are auxiliary files, and I'd like to find a way to tidy things up. Is this possible to do?
makeindexand friends need to be (re)configured to know about the build folder since they won't find the necessary files otherwise. If you stick to a clean folder set-up with one project per directory, the number of aux files is usually acceptable (even though the ratio of aux to input files may be skewed towards the aux files). – moewe Mar 23 '19 at 07:49