Skip to content

Commit cf69ae3

Browse files
committed
make-file-list.sh: exclude MINGW GNU TLS stuff
We do not actually use it in Git for Windows. Besides, it depends on `libp11-kit-0.dll`, which we already exclude, therefore nobody could have used it, anyway. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d1cccbd commit cf69ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make-file-list.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
146146
-e '^/mingw../itcl/' \
147147
-e '^/mingw../t\(cl\|k\)[^/]*/\(demos\|msgs\|encoding\|tzdata\)/' \
148148
-e '^/mingw../bin/\(autopoint\|[a-z]*-config\)$' \
149-
-e '^/mingw../bin/lib\(asprintf\|gettext\|gnutlsxx\|gmpxx\|pcre[013-9a-oq-z]\|quadmath\|stdc++\)[^/]*\.dll$' \
149+
-e '^/mingw../bin/lib\(asprintf\|gettext\|gnutls\|gnutlsxx\|gmpxx\|pcre[013-9a-oq-z]\|quadmath\|stdc++\)[^/]*\.dll$' \
150150
-e '^/mingw../bin/\(asn1\|gnutls\|idn\|mini\|msg\|nettle\|ngettext\|ocsp\|pcre\|rtmp\|xgettext\)[^/]*\.exe$' \
151+
-e '^/mingw../bin/\(cert\|p11\|psk\|srp\)tool.exe$' \
151152
-e '^/usr/bin/msys-\(ncurses++w6\|asprintf-[0-9]*\|\)\.dll$' \
152153
-e '^/mingw../.*/git-\(remote-testsvn\|shell\)\.exe$' \
153154
-e '^/mingw../.*/git-cvsserver.*$' \

0 commit comments

Comments
 (0)