From 6e0f0eeedd6eda014c3644275ebd28144ab21681 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 30 Jun 2017 18:23:05 +0200 Subject: [PATCH] we have to call cmake in configure to determine VTK headers and libs. This call creates the directory 'CMakeFiles' which we want to ignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d730c24..9a1faa3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .deps .dirstamp .libs +CMakeFiles INSTALL Makefile Makefile.in