mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-0: Ignoring .pydevproject files
This commit is contained in:
parent
74156281c6
commit
1f75605c16
@ -124,6 +124,7 @@ task buildExtension (type: Zip) {
|
||||
exclude '.gradle/**'
|
||||
exclude '.classpath'
|
||||
exclude '.project'
|
||||
exclude '.pydevproject'
|
||||
exclude '.settings/**'
|
||||
exclude 'developer_scripts'
|
||||
exclude '.antProperties.xml'
|
||||
|
@ -33,6 +33,7 @@ zipExtensions {
|
||||
exclude 'certification.manifest'
|
||||
exclude "*.project"
|
||||
exclude "*.classpath"
|
||||
exclude "*.pydevproject"
|
||||
exclude '.settings/**'
|
||||
exclude 'bin/**'
|
||||
|
||||
|
@ -245,6 +245,7 @@ task assembleDistribution (type: Copy) {
|
||||
exclude "**/certification.local.manifest"
|
||||
exclude "**/.project"
|
||||
exclude "**/.classpath"
|
||||
exclude "**/.pydevproject"
|
||||
exclude "**/delete.me"
|
||||
exclude "**/.vs/**"
|
||||
exclude "**/*.vcxproj.user"
|
||||
|
@ -47,6 +47,7 @@ task zipExtensions (type: Zip) {
|
||||
exclude 'certification.manifest'
|
||||
exclude "*.project"
|
||||
exclude "*.classpath"
|
||||
exclude "*.pydevproject"
|
||||
exclude 'dist/**'
|
||||
exclude '.gradle/**/*'
|
||||
exclude 'ghidra_scripts/bin/'
|
||||
|
@ -124,6 +124,7 @@ def Map<String, List<String>> getIpForModule(Project p) {
|
||||
exclude "certification.local.manifest"
|
||||
exclude ".project"
|
||||
exclude ".classpath"
|
||||
exclude ".pydevproject"
|
||||
exclude "Module.manifest"
|
||||
exclude "build.gradle"
|
||||
exclude "buildNatives.gradle"
|
||||
|
Loading…
Reference in New Issue
Block a user