From e3884e2ecfcc0110b6d8fe49c0f860e46f51a0c0 Mon Sep 17 00:00:00 2001 From: "Praetorius, Simon" Date: Fri, 26 May 2017 10:01:08 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f0154aa..b2379efa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.vtu *.pvd *.pvtu +*.vtk # ignore ARH files *.arh @@ -14,4 +15,15 @@ # ignore build directories build*/ install*/ -output*/ \ No newline at end of file +output*/ + +# ignore CMake files +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake -- GitLab