From 9780ffeb1e3f2f955c5bc9e1efc109913f08774c Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Thu, 27 Jun 2019 10:31:45 +0200 Subject: [PATCH] Git ignore for any dir with infix 'build' --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 13689e55f..ee2a4f77b 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ obj/ CMakeFiles/ CPackConfig.cmake # The build Dir -build/ +*build*/ build//CMakeLists.txt /*.vcxproj /*.filters