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 коммит произвёл Matthieu Gallien
Родитель 9411837b6c
Коммит 02a2ec4d3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7D0F74F05C22F553
1 изменённых файлов: 2 добавлений и 1 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -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