stop dltk indexing on particluar folders - eclipse indigo (3.7) w/ pdt
When i build/deploy my php project using an ant task within eclipse, it creates a copy of the files in a build folder then zi开发者_运维问答ps them, then deletes the folder
On big projects after copying the files, dltk tries to index the folder while im copying/zipping.
can i make dltk indexing ignore my build folder?
sure, you can exclude a specific folder by right clicking on the project, selecting PHP Build path, then go to the project entry > Excluded and select "Exclude". Add the pattern of your temporary folder.
精彩评论