From f6d8a7ddb9a589f199645a3e40c83748f5e9c241 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 11 Jul 2023 12:01:35 +0300 Subject: [PATCH] Add file names to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ad1800be..d4d4cae1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,9 @@ Makefile .qmake.cache .qmake.super *.pro.user* +CMakeLists.txt.user* CMakeUserPresets.json +.vscode +build +build-* +.DS_Store