From 216284faff320697009df248f97e9715fd115f97 Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Mon, 20 Jan 2025 16:45:02 +0100 Subject: [PATCH] gitignore: add AppImage build files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 48b3ef30..7007cdae 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ compile_commands.json # AppImage squashfs-root *.AppImage +Package/AppImage/appimagetool +Package/AppImage/lib4bin +Package/AppImage/sharun # 3rdParty Build Source/3rdParty/mupen64plus-core/src/asm_defines/asm_defines_gas.h Source/3rdParty/mupen64plus-core/src/asm_defines/asm_defines_nasm.h \ No newline at end of file