From c83e2cb877837015d51a72bf2c9457910a6dfdef Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 17 Mar 2025 21:51:45 -0400 Subject: [PATCH] git: Add a small ignore entry --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c1169673..885c28b7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ sites/ .*.sw[op] # prevent `echo foo 2>1` typo errors by making this file read-only 1 +# allow users to keep some junk files around +*.wip