If I configure ignored files then IntelliJ Perforce plugin still executes Perforce commands for each of them.
How to reproduce:
1. Start IDEA, open the project which uses Perforce and wait till IDEA completes Perforce synchronization (the message "Updating: Perforce" disappears from the status line)
2. Use "Configure ignored files" to ignore files in one directory
3. Enable p4.output logging
4. Touch all files in the directory from step #2
5. Invoke "File:Synchronize" in IDEA and wait till IDEA completes Perforce synchronization (the message "Updating: Perforce" disappears from the status line)
6. Look in the p4.output file - it should not have any p4 commands for the files configured as ignored BUT IT HAS "p4 have" command for each of those files
Since I would like to use "Configure ignored files" to prevent unnecessary Perforce commands this is bad - there are thousands of files I want to ignore and it takes IDEA forever to do "p4 have" for each of them.