From ab2265cad7d3df48c73b02de33a9ddc8726d05b0 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 11 Feb 2019 09:57:59 +0100 Subject: [PATCH] Ignore cmake build directories that are typically in place Change-Id: Icc31c4ac348bd55af383626ff86cae91e695d274 Reviewed-by: Tobias Hunger --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9461e0bb7b1..ebee7b81ab6 100644 --- a/.gitignore +++ b/.gitignore @@ -326,3 +326,6 @@ wrapper.bat # Generated by qt.prf *_plugin_import.cpp + +# Typical cmake build directories +/build*