blob: 9aa593282152ea5166b535ae8427185510ffd2c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gradle/support/ip.gradle.orig 2019-11-04 12:56:00 UTC
+++ gradle/support/ip.gradle
@@ -119,6 +119,8 @@ def Map<String, List<String>> getIpForModule(Project p
exclude "**/data/build.xml" // language build file (generated for dev only)
exclude "**/.vs/**"
exclude "**/*.vcxproj.user"
+ exclude "**/*.orig"
+ exclude "**/*.bak"
}
tree.each { file ->
String ip = getIp(p.projectDir, file)
|