.gitignore: ignore zstandard-compressed files

- Add *.zst pattern to .gitignore
- Prevents tracking of zstandard-compressed archives
This commit is contained in:
Eric Coissac
2026-04-27 16:53:42 +02:00
parent 1f466bf113
commit 7efec54b27
12 changed files with 281 additions and 94 deletions
+5
View File
@@ -771,6 +771,7 @@ version = "0.1.0"
dependencies = [
"clap",
"obifastwrite",
"obikpartitionner",
"obikrope",
"obikseq",
"obipipeline",
@@ -782,7 +783,11 @@ dependencies = [
name = "obikpartitionner"
version = "0.1.0"
dependencies = [
"niffler 3.0.0",
"obikseq",
"obiskio",
"serde",
"serde_json",
]
[[package]]