Skip to content

Commit

Permalink
make-file-list.sh: don't exclude /usr/share/nano
Browse files Browse the repository at this point in the history
The files in there are used by nano for syntax highlighting
and get included from our /ec/nanorc.

This is a partial revert of 43db636 (make-file-list: exclude some unneeded files).
This fixes git-for-windows/git#3315

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
rimrul committed Jul 9, 2021
1 parent 012a1e2 commit 38dd418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
-e '^/usr/share/perl5/core_perl/CPAN/' \
-e '^/usr/share/perl5/core_perl/TAP/' \
-e '^/usr/share/vim/vim74/lang/' \
-e '^/usr/share/\(bash-completion\|makepkg\|nano\)/' \
-e '^/usr/share/\(bash-completion\|makepkg\)/' \
-e '^/update-via-pacman.bat$' \
-e '^/etc/profile.d/git-sdk.sh$' |
if test -n "$WITH_L10N" && test -z "$MINIMAL_GIT"
Expand Down

0 comments on commit 38dd418

Please sign in to comment.