GP-0: Ignoring .pydevproject files

This commit is contained in:
Ryan Kurtz 2023-08-07 14:08:27 -04:00
parent 74156281c6
commit 1f75605c16
5 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,7 @@ task buildExtension (type: Zip) {
exclude '.gradle/**' exclude '.gradle/**'
exclude '.classpath' exclude '.classpath'
exclude '.project' exclude '.project'
exclude '.pydevproject'
exclude '.settings/**' exclude '.settings/**'
exclude 'developer_scripts' exclude 'developer_scripts'
exclude '.antProperties.xml' exclude '.antProperties.xml'

View File

@ -33,6 +33,7 @@ zipExtensions {
exclude 'certification.manifest' exclude 'certification.manifest'
exclude "*.project" exclude "*.project"
exclude "*.classpath" exclude "*.classpath"
exclude "*.pydevproject"
exclude '.settings/**' exclude '.settings/**'
exclude 'bin/**' exclude 'bin/**'

View File

@ -245,6 +245,7 @@ task assembleDistribution (type: Copy) {
exclude "**/certification.local.manifest" exclude "**/certification.local.manifest"
exclude "**/.project" exclude "**/.project"
exclude "**/.classpath" exclude "**/.classpath"
exclude "**/.pydevproject"
exclude "**/delete.me" exclude "**/delete.me"
exclude "**/.vs/**" exclude "**/.vs/**"
exclude "**/*.vcxproj.user" exclude "**/*.vcxproj.user"

View File

@ -47,6 +47,7 @@ task zipExtensions (type: Zip) {
exclude 'certification.manifest' exclude 'certification.manifest'
exclude "*.project" exclude "*.project"
exclude "*.classpath" exclude "*.classpath"
exclude "*.pydevproject"
exclude 'dist/**' exclude 'dist/**'
exclude '.gradle/**/*' exclude '.gradle/**/*'
exclude 'ghidra_scripts/bin/' exclude 'ghidra_scripts/bin/'

View File

@ -124,6 +124,7 @@ def Map<String, List<String>> getIpForModule(Project p) {
exclude "certification.local.manifest" exclude "certification.local.manifest"
exclude ".project" exclude ".project"
exclude ".classpath" exclude ".classpath"
exclude ".pydevproject"
exclude "Module.manifest" exclude "Module.manifest"
exclude "build.gradle" exclude "build.gradle"
exclude "buildNatives.gradle" exclude "buildNatives.gradle"