summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-02-08 10:43:43 +0100
committerIvan Solovev <ivan.solovev@qt.io>2023-02-10 11:43:45 +0100
commit39a5f9b5e22ba711ce88bcbbbb1ba29d86d6d0e0 (patch)
tree9c43f898b8c8f7f3b1e8369cc93c3079939a2826
parent8af718f650224fd8f4f482e9a4bccfe65aa2038d (diff)
Update .gitignore
... to skip various .user* files from multiple project configurations Pick-to: 6.5 Change-Id: I66f126268ef0ef71999f2a3d88d6225176210f2a Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e0e456ba..ef2176f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@ Makefile
*.o
*.a
moc_*.cpp
-*.pro.user
+*.pro.user*
*.moc
lib*.so
lib*.so.*
@@ -21,4 +21,4 @@ Makefile.Release
.vs
CMakeSettings.json
out/*
-CMakeLists.txt.user
+CMakeLists.txt.user*