From bb6a74baa159df5a758eef76c9e50a2df1981c82 Mon Sep 17 00:00:00 2001 From: Todd Jones Date: Fri, 1 May 2026 16:42:41 +0100 Subject: [PATCH 1/2] Add back expected empty output directories. --- checkpoint_files/.gitignore | 4 ++++ diagnostic_files/.gitignore | 4 ++++ ib_diagnostic_files/.gitignore | 4 ++++ monc_stdout/.gitignore | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 checkpoint_files/.gitignore create mode 100644 diagnostic_files/.gitignore create mode 100644 ib_diagnostic_files/.gitignore create mode 100644 monc_stdout/.gitignore diff --git a/checkpoint_files/.gitignore b/checkpoint_files/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/checkpoint_files/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/diagnostic_files/.gitignore b/diagnostic_files/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/diagnostic_files/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/ib_diagnostic_files/.gitignore b/ib_diagnostic_files/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/ib_diagnostic_files/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/monc_stdout/.gitignore b/monc_stdout/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/monc_stdout/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore From dd0103cddf35f9a66513d2194566a12fc957bae1 Mon Sep 17 00:00:00 2001 From: Todd Jones Date: Fri, 1 May 2026 17:36:39 +0100 Subject: [PATCH 2/2] Update CONTRIBUTORS --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c34eb45..ec0042d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,3 +3,4 @@ | GitHub user | Real Name | Affiliation | Date | | ----------- | --------- | ----------- | ---- | | james-bruten-mo | James Bruten | Met Office | 2025-12-09 | +| trjr | Todd Jones | University of Reading | 2026-05-01 |