From 4c4442e52a716f69e9c3c8b82c69f1a87f95a348 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Thu, 26 Oct 2017 11:01:41 +0200
Subject: [PATCH] remove stale references to /tutorial

This completes 9fdd41e8483043d4.
---
 .gitignore | 1 -
 setup.py   | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 45e8fc9d..72b8ea2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@
 *.so
 /kwant/*.c
 /kwant/*/*.c
-/tutorial
 /build
 /dist
 /doc/build
diff --git a/setup.py b/setup.py
index 197505db..7165e486 100755
--- a/setup.py
+++ b/setup.py
@@ -250,8 +250,7 @@ def git_lsfiles():
 
 # Make the command "sdist" depend on "build".  This verifies that the
 # distribution in the current state actually builds.  It also makes sure that
-# the Cython-made C files and the tutorial will be included in the source
-# distribution and that they will be up-to-date.
+# the Cython-made C files will be up-to-date and included in the source.
 class sdist(sdist_orig):
     sub_commands = [('build', None)] + sdist_orig.sub_commands
 
-- 
GitLab