From 153311a9143e8c303d9128eb1fc92b9f5acba78d Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 18 Aug 2020 21:59:17 -0500 Subject: [PATCH] [R-package] remove blank lines and not-really-comments from .Rbuildignore --- R-package/.Rbuildignore | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/R-package/.Rbuildignore b/R-package/.Rbuildignore index ff326187a59e..7eb89dac330b 100644 --- a/R-package/.Rbuildignore +++ b/R-package/.Rbuildignore @@ -1,27 +1,19 @@ +AUTOCONF_UBUNTU_VERSION +^autom4te.cache/.*$ +^.*\.bin ^build_r.R$ -\.gitkeep$ -^docs/.*$ -^pkgdown$ ^cran-comments\.md$ - -# Objects created by compilation -^.*\.o -^.*\.so +^docs/.*$ ^.*\.dll -^.*\.out -^.*\.bin - -# Code copied in at build time -^src/CMakeLists.txt$ +\.gitkeep$ ^Makefile$ -^src/build/.*$ -^autom4te.cache/.*$ - -# files only used during development -AUTOCONF_UBUNTU_VERSION +^.*\.o +^.*\.out +^pkgdown$ ^recreate-configure\.sh$ - -# unnecessary files from submodules +^.*\.so +^src/build/.*$ +^src/CMakeLists.txt$ ^src/compute/.appveyor.yml$ ^src/compute/.coveralls.yml$ ^src/compute/.travis.yml$