gitignore: add .cache and *.AppImage

.cache is used by clangd on my setup; built AppImages also shouldn't be
part of the repo

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
Jyrki Gadinger 2025-01-22 15:30:23 +01:00 committed by Matthieu Gallien
parent 9411837b6c
commit 02a2ec4d3d
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

3
.gitignore vendored
View File

@ -146,7 +146,7 @@ AppPackages/
# Others
sql/
*.Cache
*.[Cc]ache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
@ -191,3 +191,4 @@ convert.exe
*-w10startmenu.png
*state-*.png
theme.qrc
*.AppImage