From 89e963c07285722c7fae099a43d73c4f964e1d07 Mon Sep 17 00:00:00 2001 From: Sai Giridhar P Date: Thu, 2 Jan 2020 10:46:58 +0530 Subject: [PATCH] [r] Ignoring README.md in Rbuildignore (#4898) * fix(r): Removing an unnecessary file from build R library * fix(r): Removing an unnecessary file from build R library --- .../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 d2835cda099..10cdec0cd66 100644 --- a/modules/openapi-generator/src/main/resources/r/Rbuildignore.mustache +++ b/modules/openapi-generator/src/main/resources/r/Rbuildignore.mustache @@ -4,4 +4,5 @@ ^\.travis\.yml$ ^\.openapi-generator$ ^docs$ -^git_push\.sh$ \ No newline at end of file +^git_push\.sh$ +^README\.md$ \ No newline at end of file diff --git a/samples/client/petstore/R/.Rbuildignore b/samples/client/petstore/R/.Rbuildignore index d2835cda099..10cdec0cd66 100644 --- a/samples/client/petstore/R/.Rbuildignore +++ b/samples/client/petstore/R/.Rbuildignore @@ -4,4 +4,5 @@ ^\.travis\.yml$ ^\.openapi-generator$ ^docs$ -^git_push\.sh$ \ No newline at end of file +^git_push\.sh$ +^README\.md$ \ No newline at end of file