I use Eclipse with PDT, Version: Mars.2 Release (4.5.2).
I have a folder called "var" in my PHP project that I would like to exclude from build, so I excluded it in Build Path using var/**
. Though, even then, it still give me errors in this folder after doing a clean/build. I also tried var/
, var/*
and all combinations of those. Nothing do it, Eclipse still validate those files. Those are temporary files, so it's really annoying to have the IDE working for nothing on those files.
Buld Path is for PHP validator excludes. You have couple options: