mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge remote-tracking branch 'origin/ryanmkurtz_excludeVSfromBuild' into Ghidra_9.0
This commit is contained in:
commit
9cbf4b5ef0
@ -196,6 +196,8 @@ task assembleCommon (type: Copy) {
|
|||||||
exclude "**/.project"
|
exclude "**/.project"
|
||||||
exclude "**/.classpath"
|
exclude "**/.classpath"
|
||||||
exclude "**/delete.me"
|
exclude "**/delete.me"
|
||||||
|
exclude "**/.vs/**"
|
||||||
|
exclude "**/*.vcxproj.user"
|
||||||
|
|
||||||
/////////////////
|
/////////////////
|
||||||
// GHIDRA PROJECTS
|
// GHIDRA PROJECTS
|
||||||
|
@ -122,6 +122,8 @@ def Map<String, List<String>> getIpForModule(Project p) {
|
|||||||
exclude "**/*.sla"
|
exclude "**/*.sla"
|
||||||
exclude "**/.gradle/**"
|
exclude "**/.gradle/**"
|
||||||
exclude "**/.settings/**"
|
exclude "**/.settings/**"
|
||||||
|
exclude "**/.vs/**"
|
||||||
|
exclude "**/*.vcxproj.user"
|
||||||
}
|
}
|
||||||
tree.each { file ->
|
tree.each { file ->
|
||||||
String ip = getIp(p.projectDir, file)
|
String ip = getIp(p.projectDir, file)
|
||||||
|
Loading…
Reference in New Issue
Block a user