diff --git a/gradle/support/ip.gradle b/gradle/support/ip.gradle index 010d77592f..e8effae19c 100644 --- a/gradle/support/ip.gradle +++ b/gradle/support/ip.gradle @@ -122,9 +122,9 @@ def Map> getIpForModule(Project p) { exclude "**/build/**"; exclude "certification.manifest" exclude "certification.local.manifest" - exclude ".project" - exclude ".classpath" - exclude ".pydevproject" + exclude "**/.project" + exclude "**/.classpath" + exclude "**/.pydevproject" exclude "Module.manifest" exclude "build.gradle" exclude "buildNatives.gradle"