don't include classpath.index file generated by IDEA to layout

This commit is contained in:
nik
2012-09-25 12:25:29 +04:00
parent 6ad9736a4f
commit fa3d9839e0
@@ -13,6 +13,7 @@ public abstract class IdeaModuleBase extends LayoutFileSet {
private String name;
protected IdeaModuleBase() {
setExcludes("classpath.index");
}
public IdeaModuleBase(ZipFileSet fileset) {