Skip to content

Commit f731569

Browse files
authored
Merge pull request #2955 from martonmiklos/add_qtcreator_import_project_files
Add *.creator.user* files to the Qt .gitignore
2 parents 2fa8002 + 1ee3d75 commit f731569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Qt.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ CMakeLists.txt.user*
4444

4545
# QtCreator 4.8< compilation database
4646
compile_commands.json
47+
48+
# QtCreator local machine specific files for imported projects
49+
*creator.user*

0 commit comments

Comments
 (0)