Skip to content

Commit ec92b82

Browse files
committed
make-file-list.sh: exclude Subversion's Python/Ruby bindings
We bundle neither Python nor Ruby in Git for Windows, therefore it does not make sense to ship those bindings. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ab251f7 commit ec92b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-file-list.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
165165
-e '^/mingw../share/nghttp2/' \
166166
-e '^/usr/bin/msys-\(db\|icu\|gfortran\|stdc++\|quadmath\)[^/]*\.dll$' \
167167
-e '^/usr/bin/msys-\(gmpxx\|gnutlsxx\|xml2\|xslt\|exslt\)-.*\.dll$' \
168+
-e '^/usr/bin/msys-svn_swig_\(py\|ruby\)-.*\.dll$' \
168169
-e '^/usr/bin/dumper\.exe$' \
169170
-e '^/usr/share.*/magic$' \
170171
-e '^/usr/share/perl5/core_perl/Unicode/' \

0 commit comments

Comments
 (0)