From 78d3a113dddf907c2384b3a3072df4ff8ecb80bb Mon Sep 17 00:00:00 2001 From: Bill Denney Date: Fri, 29 May 2026 16:53:23 +0000 Subject: [PATCH] Ignore the check/ directory Local R CMD check output. Already standard in some repos in this ecosystem (kmextract); this brings the rest in line so a stray devtools::check() doesn't show up in git status. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f1ac0ed..69a590a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ Thumbs.db *.tar.gz *.tgz /*.Rcheck/ +check/ # Compiled src/*.o