Некоторые создаваемые файлы являются очень временными (например, файл .parlocs и файл .log), другие используются для последующих запусков. Например, файл .delayed сообщает XeTeX, где должны находиться вырезы для буквиц и иллюстраций, и поскольку перемещение выреза сдвигает следующий за ним текст, на его пересоздание может потребоваться несколько запусков, поэтому удаление этих файлов может быть крайне вредным.
Их, конечно, можно было бы переместить в другое место, но я по крайней мере считаю это очень запутанным, когда все相关文件 не находятся в той же директории, что и основной файл .tex.
Some of the files that get made are very temporary (e.g. the .parlocs file and the .log file), others get used for subsequent runs. For example the .delayed file tells XeTeX where cutouts for drop-caps and figures in a cutout go, and since moving a cutout moves the text that follows, it can take multiple runs to re-create it, so deleting those files can be really detrimental.
They could be made to go somewhere else, I suppose, but I at least find it very confusing when all the relevant files are not in the same directory as the main .tex file.