From ec95639600915db1eed6cca3a35aec71f81fb02a Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 21 Jun 2014 16:46:49 +0200 Subject: [PATCH] Remove special types to correct text preview behaviour. --- src/_h5ai/conf/types.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_h5ai/conf/types.json b/src/_h5ai/conf/types.json index bafa7a72..2dc198a7 100644 --- a/src/_h5ai/conf/types.json +++ b/src/_h5ai/conf/types.json @@ -6,10 +6,10 @@ File types mapped to file extensions */ { - "txt-authors": ["author*"], - "txt-install": ["install*"], - "txt-license": ["copying*", "license*"], - "txt-readme": ["readme*"], + // "txt-authors": ["author*"], + // "txt-install": ["install*"], + // "txt-license": ["copying*", "license*"], + // "txt-readme": ["readme*"], "ar": ["*.tar.bz2", "*.tar.gz", "*.tgz"], "ar-apk": ["*.apk"],