diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-06-06 14:18:10 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-06-06 14:18:10 +0200 |
commit | 9ad5f91bc86ca322f4bb0735b31b38494d8ca35d (patch) | |
tree | 6b920be3f01bca973154f34d998258197da31603 /bin | |
parent | f35848e9f56560006d74a26002648d9944b077ba (diff) | |
parent | 55bdcf0c672ff68669c85ee14a7711417b99b5b0 (diff) |
Merge remote-tracking branch 'origin/libreoffice-3-4'
Conflicts:
solenv/inc/productversion.mk
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; |