In my project there are many files (example ,.cgm ,.png etc) Which are getting validated when i try to build the project or run Junit test case.
It takes lots of time to validate these files .As below message i can see
i seach and went through this post How to exclude specific folders or files from validation in Eclipse?
But it dont give a option to exclude CGM and PNG files
How can we exclude them from the validation.
I think it may be a checkstype validation.
Thanks