From 918d7712c08494aa004360450e2135d143087f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 7 Nov 2022 13:21:24 -0800 Subject: [PATCH] ci: Make sure to keep ci/diffs/ directory around MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 837664758d4d ("ci: Allow usage of .patch patches") removed the ci/diffs/.do_not_use_dot_patch_here marker file. Given that we currently have no CI patches present and that git does not track (empty) directories, ci/diffs/ got removed. That's fine functionality-wise, but it makes for a bit of a discoverability hurdle. Add back a marker file to keep the directory around. Signed-off-by: Daniel Müller --- ci/diffs/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ci/diffs/.keep diff --git a/ci/diffs/.keep b/ci/diffs/.keep new file mode 100644 index 0000000..e69de29