diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-pack-sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index 26ac6c1fc94d..75181fae4ca2 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -144,6 +144,10 @@ sub generate_lo_piece_blacklist($) print BLACKLIST "config.parms\n"; print BLACKLIST "git-hooks\n"; print BLACKLIST "Linux*Env.Set.sh\n"; + print BLACKLIST "src/tmp*\n"; + print BLACKLIST "src/fetch.log\n"; + print BLACKLIST "src/libreoffice-*.tar.bz2\n"; + print BLACKLIST "src/????????????????????????????????-*\n"; print BLACKLIST "warn\n"; close BLACKLIST; |