aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-04-01 14:41:58 +0200
committerLars Knoll <lars.knoll@qt.io>2020-04-02 08:41:08 +0200
commit30559095edeff94f82d6b526f307de934b22420c (patch)
treec3f4a8972151ce2f15c4fc2ac42b16ff28d95404 /.gitignore
parentc273c79b6b2429c312d1621c361c697161c0cc4a (diff)
Ignore some cmake generated files
Change-Id: Ieefe8bd422e22ccc848529bdeaa32fec535d4fc8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9905dd1fdc..de3a4005ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -297,3 +297,12 @@ src/qml/qml_compile_hash_p.h
# Compiled QML/JS code
*.qmlc
*.jsc
+
+# cmake related artifacts
+/build*
+CMakeFiles
+CTestTestfile.cmake
+cmake_install.cmake
+*_autogen
+tst_*.xml
+