From 0b28c5e86242ae5e2c0f2198802d3947368fdca3 Mon Sep 17 00:00:00 2001
From: Chris Cantwell <c.cantwell@imperial.ac.uk>
Date: Tue, 3 May 2016 11:29:53 +0100
Subject: [PATCH] Do not package tutorials into source package.

(cherry picked from commit c21f88275ed42aa274d0fa34eb4cb29fae63bed8)
---
 pkg/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/CMakeLists.txt b/pkg/CMakeLists.txt
index d078a7a432..2e029668c6 100644
--- a/pkg/CMakeLists.txt
+++ b/pkg/CMakeLists.txt
@@ -473,6 +473,7 @@ set(CPACK_SOURCE_IGNORE_FILES
     "/\\\\.gitmodules"
     "/build/"
     "/builds/"
+    "/docs/tutorial"
     "/ThirdParty/"
     "/Testing/"
     "/library/Demos/MultiRegions/ExtraDemos/"
-- 
GitLab