Skip to content

Commit b4e8ae4

Browse files
committed
make-file-list: Exclude skel files
These aren't used by Git for Windows, as we don't create the user's home directory. Signed-off-by: Eli Young <elyscape@gmail.com>
1 parent 7924c45 commit b4e8ae4

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
@@ -35,6 +35,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
3535
-e '/man/' -e '/pkgconfig/' -e '/emacs/' \
3636
-e '^/usr/lib/python' -e '^/usr/lib/ruby' \
3737
-e '^/usr/share/awk' -e '^/usr/share/subversion' \
38+
-e '^/etc/skel/' -e '^/mingw../etc/skel/' \
3839
-e '^/usr/bin/svn' \
3940
-e '^/mingw../share/doc/gettext/' \
4041
-e '^/mingw../share/doc/lib' \

0 commit comments

Comments
 (0)