From: John Lindgren Date: Thu, 18 Apr 2024 03:07:50 +0000 (-0400) Subject: exclude IDE settings in .gitignore X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=069e22f2b6f2b019c0f46f7e2810a8417b44bd4f;p=proto%2Flabwc.git exclude IDE settings in .gitignore .cache/ is created by Visual Studio Code *.user are files created by Qt Creator --- diff --git a/.gitignore b/.gitignore index 38193138..3e87d93a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ +# VS Code cache +.cache + +# vim swap files *.swp *.swo + +# Qt Creator settings +*.user