Skip to content

Commit 37298e9

Browse files
committed
Merge tag 'Ghidra_9.1_build' into patch
2 parents 00f6de1 + abe9d83 commit 37298e9

File tree

3,084 files changed

+206122
-72248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,084 files changed

+206122
-72248
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Describe the bug**
11-
A clear and concise description of what the bug is.
11+
A clear and concise description of the bug.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
name: Question
3-
about: Ask a question from the developers
3+
about: Ask the developers a question
44
title: ''
55
labels: question
66
assignees: ''
77

88
---
9-
10-

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ghidra.repos.config
33

44
# Misc files produced while executing application
55
repositories/
6+
flatRepo/
67
Ghidra/.ghidraSvrKeys
78
wrapper.log*
89

@@ -62,3 +63,9 @@ Release
6263
.project
6364
.classpath
6465
.settings/
66+
67+
# Ignore XTEXT generated dirs/files
68+
*/*/*/*/xtend-gen
69+
*/*/*/*/src-gen
70+
*/*/*/*/model/generated
71+
*/*/*/*/test-bin

.gitlab-ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
stages:
2+
- test
3+
4+
test-parallel:
5+
stage: test
6+
script:
7+
- echo $REPO_TOKEN
8+
- "curl -X POST -F token=$REPO_TOKEN -F ref=$CI_COMMIT_REF_NAME $REPO_URL"
9+
tags:
10+
- docker
11+
- ghidratest
12+
image: ghidra/ubuntu
13+
only:
14+
- master

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Patches should be submitted in the form of Pull Requests to the Ghidra
2929
[repository] on GitHub. But first, consider the following tips to ensure a
3030
smooth process when submitting a patch:
3131

32-
- Ensure that the patch compiles and does not break any build-time tests
32+
- Ensure that the patch compiles and does not break any build-time tests.
3333
- Be understanding, patient, and friendly; developers may need time to review
3434
your submissions before they can take action or respond. This does not mean
3535
your contribution is not valued. If your contribution has not received a

0 commit comments

Comments
 (0)