From 8c1f7d6d94a3b624f4e22db32f2204e6b2bd6b84 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 29 Oct 2020 11:16:03 +0100 Subject: [PATCH] Cleanup and add a few more gitignores --- .gitignore | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5e0716088..a2d250b96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,36 @@ -*.pro.user* -Makefile -.qmake.stash -effects/frei0r -ts/*.qm -docs -history -build/ -.DS_Store +# CMake artifacts +build*/ -.vscode -.vs +# Doxygen +docs/ + +# Visual Studio (Code) +.localhistory/ +.history/ +.vscode/ +.vs/ CmakeSettings.json +# macOS General +.DS_Store +.AppleDouble +.LSOverride + +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Windows folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares (Windows) +$RECYCLE.BIN/ + +# Windows shortcuts +*.lnk + # # Qt ignores taken from https://github.com/github/gitignore/blob/master/Qt.gitignore #