From bef58f480b3ca5b7bfaefc3ed73f556caea0f0dd Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Sun, 21 Jun 2026 19:39:05 +0300 Subject: [PATCH] fix: anchor av1dae binary gitignore to repo root The unanchored 'av1dae' pattern (from the rename) also matched the cmd/av1dae source dir. Anchor to /av1dae and /av1dae-dev so only the root-level built binaries are ignored. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d80536f..86a50c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -av1dae -av1dae-dev +/av1dae +/av1dae-dev *.mkv *.mp4 *.wav