GP-0: Excluding nested eclipse project files from gradle 'ip' task

This commit is contained in:
Ryan Kurtz 2024-01-12 12:25:46 -05:00
parent a299648f5c
commit b072c4953b

View File

@ -122,9 +122,9 @@ def Map<String, List<String>> getIpForModule(Project p) {
exclude "**/build/**"; exclude "**/build/**";
exclude "certification.manifest" exclude "certification.manifest"
exclude "certification.local.manifest" exclude "certification.local.manifest"
exclude ".project" exclude "**/.project"
exclude ".classpath" exclude "**/.classpath"
exclude ".pydevproject" exclude "**/.pydevproject"
exclude "Module.manifest" exclude "Module.manifest"
exclude "build.gradle" exclude "build.gradle"
exclude "buildNatives.gradle" exclude "buildNatives.gradle"