summaryrefslogtreecommitdiff
path: root/bin/lo-pack-sources
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lo-pack-sources')
-rwxr-xr-xbin/lo-pack-sources4
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;
ee0637b23217cfd21dfbc89f'>loplugin:comparisonwithconstant in avmediaNoel Grandin 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-03Fix typosAndrea Gelmini 2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist 2017-02-06Add missing #includesStephan Bergmann 2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu 2016-08-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara 2016-07-08loplugin:redundantcast: redundant static_casts in animationsStephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann