Is there a way to use exclude patterns?
Hi,
I'm using Intellij 9 beta1. In a module I have 600 directories which all have a certain subdirectory I would like to exclude. I don't want to do this manually in the settings dialog, clicking the exclude button 600 times after navigating 600 times to this directory. Is there a way to specify exclude patterns?
Thanks
- Hans
Please sign in to leave a comment.
Hello Hans,
No, but you can write a small plugin that would exclude all the 600 directories
for you.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
You can try using Settins->File Types->Ignored files and folders. This is how .svn and alike folders are ignored.
Thanks,
Anton Makeev
Thanks Anton,
that did it for me.
- Hans