mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Add file names to .gitignore
* CMake's .user files created by Qt Creator.
* .vscode Visual Studio Code config folder.
* .DS_Store macOS files.
* In tree build folders.
Change-Id: Id23358759c1e18d72fd88c399732ea58693af09d
Reviewed-by: Simo Fält <simo.falt@qt.io>
(cherry picked from commit f6d8a7ddb9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
7a1acaea39
commit
72a2c43bb5
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,4 +2,9 @@ Makefile
|
|||||||
.qmake.cache
|
.qmake.cache
|
||||||
.qmake.super
|
.qmake.super
|
||||||
*.pro.user*
|
*.pro.user*
|
||||||
|
CMakeLists.txt.user*
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
|
.vscode
|
||||||
|
build
|
||||||
|
build-*
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user