Skip to content

Commit 4c2c744

Browse files
committed
make-file-list.sh: exclude GIO modules
The GIO infrastructure aims to provide GNOME with a VFS layer (see https://developer.gnome.org/gio/stable/ch01.html for details). We do not actually use that layer at all in Git for Windows, so let's just exclude those unused modules. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 379d20b commit 4c2c744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
167167
-e '^/usr/bin/msys-\(gmpxx\|gnutlsxx\|xml2\|xslt\|exslt\)-.*\.dll$' \
168168
-e '^/usr/bin/msys-svn_swig_\(py\|ruby\)-.*\.dll$' \
169169
-e '^/usr/bin/\(dumper\|sasl.*\)\.exe$' \
170-
-e '^/usr/lib/sasl2/msys-sasldb-.*\.dll$' \
170+
-e '^/usr/lib/gio/' -e '^/usr/lib/sasl2/msys-sasldb-.*\.dll$' \
171171
-e '^/usr/share.*/magic$' \
172172
-e '^/usr/share/perl5/core_perl/Unicode/' \
173173
-e '^/usr/share/perl5/core_perl/pods/' \

0 commit comments

Comments
 (0)