From 9e60308cfa9c81933a4f1bcc82ad0d5266a421bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zxBIB=20Lech=C3=B3n=2CMiguel=20=28MED=20BDS=29=20EXTERNAL?= Date: Tue, 28 Jan 2025 14:53:00 +0100 Subject: [PATCH] Exclude only .Rd files in man/. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2f4ab7..eb9d145 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .Rproj.user _snaps/ docs/ -man/ +man/*.Rd