Ignore some build artifacts when doing in-tree builds with cmake
Change-Id: I00b08aa0051ac0c2438e59845f5fb2991a94569f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
f66a8edc20
commit
f4e6106047
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue