Skip to content

Commit

Permalink
GP-0: Ignoring .pydevproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Aug 7, 2023
1 parent 7415628 commit 1f75605
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Ghidra/RuntimeScripts/Common/support/buildExtension.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ task buildExtension (type: Zip) {
exclude '.gradle/**'
exclude '.classpath'
exclude '.project'
exclude '.pydevproject'
exclude '.settings/**'
exclude 'developer_scripts'
exclude '.antProperties.xml'
Expand Down
1 change: 1 addition & 0 deletions gradle/distributableGPLExtension.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ zipExtensions {
exclude 'certification.manifest'
exclude "*.project"
exclude "*.classpath"
exclude "*.pydevproject"
exclude '.settings/**'
exclude 'bin/**'

Expand Down
1 change: 1 addition & 0 deletions gradle/root/distribution.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions gradle/support/extensionCommon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
1 change: 1 addition & 0 deletions gradle/support/ip.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f75605

Please sign in to comment.