[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
This commit is contained in:
Sai Giridhar P 2020-01-02 10:46:58 +05:30 committed by William Cheng
parent ac4ead9e78
commit 89e963c072
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,5 @@
^\.travis\.yml$ ^\.travis\.yml$
^\.openapi-generator$ ^\.openapi-generator$
^docs$ ^docs$
^git_push\.sh$ ^git_push\.sh$
^README\.md$

View File

@ -4,4 +4,5 @@
^\.travis\.yml$ ^\.travis\.yml$
^\.openapi-generator$ ^\.openapi-generator$
^docs$ ^docs$
^git_push\.sh$ ^git_push\.sh$
^README\.md$