From 1ccc5085739f58de91db30d39c76c41a731029df Mon Sep 17 00:00:00 2001
From: Felix Schindler <felix@schindlerfamily.de>
Date: Wed, 23 Apr 2014 12:57:52 +0200
Subject: [PATCH] [examples] removed

---
 CMakeLists.txt           | 4 +---
 examples/grid/.gitignore | 5 -----
 2 files changed, 1 insertion(+), 8 deletions(-)
 delete mode 100644 examples/grid/.gitignore

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb2502298..da63d3417 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,7 @@ project("dune-stuff" CXX)
 
 if(CMAKE_WITH_AUTOTOOLS)
   # this is how it used to be in the good old days :)
-  # this assumes that we use autotools to configure everything and just use this CMakeLists.txt for the tests and
-  # examples in dune-gdt
+  # this assumes that we use autotools to configure everything and just use this CMakeLists.txt for the tests
   if( NOT CMAKE_BUILD_TYPE )
     message( STATUS "No build type selected, setting default build type 'Debug'" )
     set( CMAKE_BUILD_TYPE "DEBUG" CACHE STRING "DEBUG/RELEASE")
@@ -128,7 +127,6 @@ else(CMAKE_WITH_AUTOTOOLS)
   set_source_files_properties( ${COMMON_HEADER} PROPERTIES HEADER_FILE_ONLY 1 )
 
   add_subdirectory(dune)
-  #add_subdirectory(examples)
   add_subdirectory("cmake/modules")
   add_subdirectory("cmake/scripts")
 
diff --git a/examples/grid/.gitignore b/examples/grid/.gitignore
deleted file mode 100644
index e448770f6..000000000
--- a/examples/grid/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.vtu
-*.param
-data
-providers
-*.o
-- 
GitLab