Skip to content

Commit

Permalink
[R-package] remove blank lines and not-really-comments from .Rbuildig…
Browse files Browse the repository at this point in the history
…nore (#3318)
  • Loading branch information
jameslamb committed Aug 19, 2020
1 parent 74ed482 commit 7d6f742
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions 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$
Expand Down

0 comments on commit 7d6f742

Please sign in to comment.