From 86d978be7801e23b67c3fc6241aa7f21184011cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Thu, 11 Oct 2012 16:14:29 +0200
Subject: [PATCH] add *.ai files to the mimetypes list

---
 lib/mimetypes.list.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php
index 8386bcb93f..77b9791758 100644
--- a/lib/mimetypes.list.php
+++ b/lib/mimetypes.list.php
@@ -94,4 +94,5 @@ return array(
 	'sgf' => 'application/sgf',
 	'cdr' => 'application/coreldraw',
 	'impress' => 'text/impress',
+	'ai' => 'application/illustrator',
 );
-- 
GitLab