diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -7,9 +7,6 @@ build-container-2404-gcc14/ # Rust build artifacts target/ -# AppImage build artifacts -*.AppImage - # Logs *.log @@ -23,11 +20,8 @@ compile_commands.json .DS_Store Thumbs.db -# AppImage extraction/build leftovers -squashfs-root/ +# Build leftovers build-source/ -flatpak-repo/ -*.flatpak # Python bytecode __pycache__/ |
