mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +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. Pick-to: 6.6 6.5 Change-Id: Id23358759c1e18d72fd88c399732ea58693af09d Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,4 +2,9 @@ Makefile
|
||||
.qmake.cache
|
||||
.qmake.super
|
||||
*.pro.user*
|
||||
CMakeLists.txt.user*
|
||||
CMakeUserPresets.json
|
||||
.vscode
|
||||
build
|
||||
build-*
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user