Maybe my title is not so clear; I Googled a lot about cleaning up temporary files after a PDF is generated, and find it is not recommand to remove it completely in each compile.
I do want to remove it in the final with one-or-two key press in Vim.
So my question is: Can we add some code to _vimrc such that I can define which kind of file shall be removed after the compile? (I mean success compile, auto-remove, at least when I ask to remove it by press key short.)
I hope it will work both on Windows and Unix systems. (Maybe needing different code.)