Skip to content

Commit db0b655

Browse files
committed
Exclude CMakeLists.txt.
1 parent 7b01b6e commit db0b655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-to-upstream.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
UPSTREAM_TAG=$(cat .last_merge)
44

55
git diff --name-only ${UPSTREAM_TAG} | \
6-
grep -v -E '(\.(clang-format|editorconfig|last_merge|mergify_pause_paths)|cheri|bin/(auxargs|helloworld|shmem_bench)|contrib/(curl|gdb|jpeg|libpng|netsurf)|^ctsrd|diff-to-upstream.sh|gnu/usr.bin/gdb|lib/(lib(curl|helloworld|jpeg|png|statcounters)|netsurf)|libexec/.*-helper|share/netsurf|usr.bin/(capsize|nsfb|qtrace))' | \
6+
grep -v -E '(\.(clang-format|editorconfig|last_merge|mergify_pause_paths)|CMakeLists.txt|cheri|bin/(auxargs|helloworld|shmem_bench)|contrib/(curl|gdb|jpeg|libpng|netsurf)|^ctsrd|diff-to-upstream.sh|gnu/usr.bin/gdb|lib/(lib(curl|helloworld|jpeg|png|statcounters)|netsurf)|libexec/.*-helper|share/netsurf|usr.bin/(capsize|nsfb|qtrace))' | \
77
xargs git diff ${UPSTREAM_TAG} --

0 commit comments

Comments
 (0)