From 950e2b8e08fc3da84e0801c5937e4a4a14f78d6b Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Sat, 28 Nov 2020 10:34:44 +0100 Subject: [PATCH] build: add the .gitlab-ci.yml in the .Rbuildignore file to avoid note during cran check Refs #29 --- .Rbuildignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 8339047..0989b16 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,4 +1,5 @@ ^.*\.Rproj$ ^\.Rproj\.user$ -^packrat/ ^\.Rprofile$ +^packrat/ +^\.gitlab-ci.yml$ -- GitLab