From 7d6f742d4ab5d81ed9d6ab32326434159bb75e10 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 19 Aug 2020 16:51:54 +0100 Subject: [PATCH] [R-package] remove blank lines and not-really-comments from .Rbuildignore (#3318) --- 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$