README: exclude stub.c in diff
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c24fc74611
commit
4ab9e16ab5
1 changed files with 2 additions and 1 deletions
|
|
@ -28,5 +28,6 @@ git diff $(git merge-base origin/main upstream/main)..origin/main \
|
||||||
--diff-filter=d \
|
--diff-filter=d \
|
||||||
':(exclude)README.md' \
|
':(exclude)README.md' \
|
||||||
':(exclude)build.zig' \
|
':(exclude)build.zig' \
|
||||||
':(exclude).gitignore'
|
':(exclude).gitignore' \
|
||||||
|
':(exclude)stub.c'
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue