mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-0: Excluding nested eclipse project files from gradle 'ip' task
This commit is contained in:
parent
a299648f5c
commit
b072c4953b
1 changed files with 3 additions and 3 deletions
|
@ -122,9 +122,9 @@ def Map<String, List<String>> 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue