From 593135d02b3e605b4f65248b0dc418043aafccef Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Sun, 19 Feb 2023 12:57:42 +0100 Subject: [PATCH] gitignore: add AppImage things --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae8780bb..185b3a65 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ Package/ArchLinux/rmg/ Package/ArchLinux/src/ Package/ArchLinux/*.pkg.* # Clangd compile_commands.json -compile_commands.json \ No newline at end of file +compile_commands.json +# AppImage +squashfs-root +*.AppImage \ No newline at end of file