From b731f8f2daf08fb90592c14010776d47614c39c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:22:28 +0000 Subject: [PATCH 1/2] Initial plan From 73a12cff4c3036437407bc8de73deb5fc30ef997 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:24:24 +0000 Subject: [PATCH 2/2] Add bz2 file extension to .gitignore and update version date Co-authored-by: larsvilhuber <7022712+larsvilhuber@users.noreply.github.com> --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 700faf0..a2e75a7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # They are duplicated in upper case and in some cases mixed case to cover all bases # If you want to make the parsing overall case-insensitive, you can use the following: # git config core.ignorecase false -# Version: 2025-12-15 +# Version: 2026-01-19 *.gpkg *.GPKG *.bak @@ -93,6 +93,8 @@ *.xz *.7z *.tar +*.bz2 +*.BZ2 # Databases **/.*gdb/ # Random binary formats