Ignore some build artifacts when doing in-tree builds with cmake

Change-Id: I00b08aa0051ac0c2438e59845f5fb2991a94569f
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
bb10
Lars Knoll 2020-03-26 20:54:04 +01:00
parent f66a8edc20
commit f4e6106047
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -325,5 +325,10 @@ wrapper.bat
# Generated by qt.prf
*_plugin_import.cpp
# Typical cmake build directories
# cmake related artifacts
/build*
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake
*_autogen
tst_*.xml