From d435e67485460d4084e93e83083db5eab2c236f4 Mon Sep 17 00:00:00 2001 From: James Frost Date: Mon, 23 Feb 2026 15:52:25 +0000 Subject: [PATCH] Gitignore NFS synchronisation files This prevents them from being accidentally committed, as in https://github.com/MetOffice/CSET/pull/1890/changes/48eb7154a2422ed39da89931591b0e251f2675dc --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9b8d5fe8f..5fe83c2a9 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,6 @@ dmypy.json # Ruff .ruff_cache/ + +# NFS synchronisation files +.nfs*