You need to exclude temporary files when creating an IDM
Release : 15.8
Component :
Because of how the temporary files are written in windows, you need to use the following filter for the temporary files.
*~*.<file_extension>
So for example
*~*.docx
*~*.xlsx
etc.