Skip to content

Commit

Permalink
Ignore some build artifacts when doing in-tree builds with cmake
Browse files Browse the repository at this point in the history
Change-Id: I00b08aa0051ac0c2438e59845f5fb2991a94569f
Reviewed-by: Simon Hausmann <[email protected]>
  • Loading branch information
laknoll committed Apr 2, 2020
1 parent f66a8ed commit f4e6106
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4e6106

Please sign in to comment.