Merge remote-tracking branch 'origin/ryanmkurtz_excludeVSfromBuild' into Ghidra_9.0

This commit is contained in:
Dan 2019-03-29 11:44:39 -04:00
commit 9cbf4b5ef0
2 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,8 @@ task assembleCommon (type: Copy) {
exclude "**/.project"
exclude "**/.classpath"
exclude "**/delete.me"
exclude "**/.vs/**"
exclude "**/*.vcxproj.user"
/////////////////
// GHIDRA PROJECTS

View File

@ -122,6 +122,8 @@ def Map<String, List<String>> getIpForModule(Project p) {
exclude "**/*.sla"
exclude "**/.gradle/**"
exclude "**/.settings/**"
exclude "**/.vs/**"
exclude "**/*.vcxproj.user"
}
tree.each { file ->
String ip = getIp(p.projectDir, file)