diff options
author | James Moger <james.moger@gitblit.com> | 2013-09-05 14:09:53 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-09-05 14:09:53 -0400 |
commit | 0a704fd39ac876fee9bda3a78469209ee9afa4e2 (patch) | |
tree | b8193afc580691b6f2eb8c60d4362475193bd7f5 /src/main/distrib | |
parent | 7c4704dc82168fcd1b136ef0988377818d1f75ec (diff) | |
download | gitblit-0a704fd39ac876fee9bda3a78469209ee9afa4e2.tar.gz gitblit-0a704fd39ac876fee9bda3a78469209ee9afa4e2.zip |
Updated binary extensions and Lucene ignore extensions
Diffstat (limited to 'src/main/distrib')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index 9be7f645..63d903dd 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -945,7 +945,7 @@ web.reflogChangesPerPage = 10 #
# SPACE-DELIMITED
# SINCE 0.9.0
-web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt png so swf xcf xls xlsx zip
+web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt pptx png so swf tar xcf xls xlsx zip
# Registered extensions for google-code-prettify
#
@@ -970,7 +970,7 @@ web.imageExtensions = bmp jpg gif png #
# SPACE-DELIMITED
# SINCE 0.5.0
-web.binaryExtensions = jar pdf tar.gz zip
+web.binaryExtensions = 7z arc arj bin dll doc docx exe gz jar lib lzh odg odf odt pdf ppt pptx so tar xls xlsx zip
# Aggressive heap management will run the garbage collector on every generated
# page. This slows down page generation a little but improves heap consumption.
|