From 3b70770dbd65b0682b068986fc9bde13850212cd Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Thu, 20 Oct 2016 17:55:31 +0200
Subject: [PATCH] Only ignore include in the basepath, otherwise new header
 files are ignored by git

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a0a507450..181e46263 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,7 @@
 # Build and install directories
 bin/
 lib/
-include/
+/include
 python/
 build/
 
-- 
GitLab