Skip to content

Commit f09ead0

Browse files
committed
scripts: ignore bin testdata
1 parent 798fd2e commit f09ead0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/make/txt-lint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ trailing_newlines() (
3030
-type 'f' \
3131
'!' '(' \
3232
-name '*.exe' \
33+
-o -name '*.bin' \
3334
-o -name '*.out' \
3435
-o -name '*.test' \
3536
-o -name 'dnsproxy' \
@@ -50,6 +51,7 @@ trailing_whitespace() {
5051
-type 'f' \
5152
'!' '(' \
5253
-name '*.exe' \
54+
-o -name '*.bin' \
5355
-o -name '*.out' \
5456
-o -name '*.test' \
5557
-o -name 'dnsproxy' \

0 commit comments

Comments
 (0)