Skip to content

Commit

Permalink
actions/setup-debugger: gitignore just-in-time downloaded bpftrace
Browse files Browse the repository at this point in the history
This binary may be present during local development and testing, so stop
it from cluttering `git status` or accidentally getting committed.
  • Loading branch information
tsibley committed Aug 15, 2024
1 parent 429f042 commit d2e728b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions actions/setup-debugger/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bpftrace
1 change: 1 addition & 0 deletions devel/check-readme
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ files-of-interest() {
files-to-ignore() {
git ls-files \
.gitignore \
'**/.gitignore' \
README.md \
'images/*' \
actions/setup-ssh/!(*.yaml|README.md) \
Expand Down

0 comments on commit d2e728b

Please sign in to comment.