From fb6daa89b0d4236f321eeff8d2850b57d22888b9 Mon Sep 17 00:00:00 2001 From: Sai Giridhar P Date: Mon, 13 Jan 2020 19:01:40 +0530 Subject: [PATCH] [r] Ignore cran-comments file from the build (#4986) * fix(cran-comments): Ignoring CRAN comments file from build * fix(cran-comments): Ignoring CRAN comments file from build --- .../src/main/resources/r/Rbuildignore.mustache | 3 ++- samples/client/petstore/R/.Rbuildignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/r/Rbuildignore.mustache b/modules/openapi-generator/src/main/resources/r/Rbuildignore.mustache index 10cdec0cd66..512c98c1339 100644 --- a/modules/openapi-generator/src/main/resources/r/Rbuildignore.mustache +++ b/modules/openapi-generator/src/main/resources/r/Rbuildignore.mustache @@ -5,4 +5,5 @@ ^\.openapi-generator$ ^docs$ ^git_push\.sh$ -^README\.md$ \ No newline at end of file +^README\.md$ +^cran-comments\.md$ \ No newline at end of file diff --git a/samples/client/petstore/R/.Rbuildignore b/samples/client/petstore/R/.Rbuildignore index 10cdec0cd66..512c98c1339 100644 --- a/samples/client/petstore/R/.Rbuildignore +++ b/samples/client/petstore/R/.Rbuildignore @@ -5,4 +5,5 @@ ^\.openapi-generator$ ^docs$ ^git_push\.sh$ -^README\.md$ \ No newline at end of file +^README\.md$ +^cran-comments\.md$ \ No newline at end of file