summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2021-07-02 09:22:54 +0200
committerLiang Qi <liang.qi@qt.io>2021-07-02 07:26:52 +0000
commit7e2f4c61d6428e018ff715af8cb8aadaa5716466 (patch)
treebfc6a919ed6271670ab40838c0701ca9cc7bd204 /.gitignore
parent4f2a85b9815baecfeabd10f2dd630951c876204d (diff)
downloadqtwayland-7e2f4c61d6428e018ff715af8cb8aadaa5716466.tar.gz
Update .gitignore
Added CMakeLists.txt.user*, and also did same like 01697c5f9bc589537184cfe01972cd75b2965a72 in qtbase. Change-Id: I890a9f4c21e5a455e33fb2ba1bb1deecd358c714 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a1cf2f9a..595e70b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,5 @@
.*.callgrind.out.*
Makefile*
-*.pro.user*
-*.qmlproject.user*
.*.swp
*.o
*.moc
@@ -59,3 +57,8 @@ tests/auto/client/*/tst_*
!tests/auto/client/*/tst_*.cpp
tests/auto/compositor/compositor/tst_compositor
*~
+
+# Qt Creator generated files
+*.pro.user*
+*.qmlproject.user*
+CMakeLists.txt.user*