exclude IDE settings in .gitignore

.cache/ is created by Visual Studio Code
*.user are files created by Qt Creator
This commit is contained in:
John Lindgren 2024-04-17 23:07:50 -04:00 committed by Johan Malm
parent a8f98cb90b
commit 069e22f2b6

7
.gitignore vendored
View file

@ -1,2 +1,9 @@
# VS Code cache
.cache
# vim swap files
*.swp *.swp
*.swo *.swo
# Qt Creator settings
*.user