From 7388003d1680fb8ae206b72c888911002400b08e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 11 Oct 2022 20:13:06 +0300 Subject: [PATCH] Wizard: Add CMakeLists.txt.user to generated .gitignore Fixes: QTCREATORBUG-25969 Change-Id: I72c8da5400e41194db6b239c2845fe110c2e3cf7 Reviewed-by: Cristian Adam --- share/qtcreator/templates/wizards/projects/git.ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/templates/wizards/projects/git.ignore b/share/qtcreator/templates/wizards/projects/git.ignore index fab7372d796..4a0b530afd2 100644 --- a/share/qtcreator/templates/wizards/projects/git.ignore +++ b/share/qtcreator/templates/wizards/projects/git.ignore @@ -37,6 +37,7 @@ Thumbs.db # qtcreator generated files *.pro.user* +CMakeLists.txt.user* # xemacs temporary files *.flc