From 35b5617c71d5c416b2b024316d2827475c373839 Mon Sep 17 00:00:00 2001 From: Markus Fritsche Date: Mon, 4 May 2026 08:10:19 +0000 Subject: [PATCH] .gitignore: hide nested fork repo from campaign git --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c50019 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# The fork lives as its own git repo with its own origin +# (marfrit/libva-v4l2-request-fourier on git.reauktion.de). It's a +# sibling repo nested inside the campaign tree for working-directory +# convenience, not a submodule. Hide it from the campaign's git so +# `git status` here only shows campaign-level findings. +libva-v4l2-request-fourier/