[R-package] remove blank lines and not-really-comments from .Rbuildignore (#3318)

This commit is contained in:
James Lamb 2020-08-19 16:51:54 +01:00 коммит произвёл GitHub
Родитель 74ed482670
Коммит 7d6f742d4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 22 удалений

Просмотреть файл

@ -1,27 +1,19 @@
^build_r.R$
\.gitkeep$
^docs/.*$
^pkgdown$
^cran-comments\.md$
# Objects created by compilation
^.*\.o
^.*\.so
^.*\.dll
^.*\.out
^.*\.bin
# Code copied in at build time
^src/CMakeLists.txt$
^Makefile$
^src/build/.*$
^autom4te.cache/.*$
# files only used during development
AUTOCONF_UBUNTU_VERSION
^autom4te.cache/.*$
^.*\.bin
^build_r.R$
^cran-comments\.md$
^docs/.*$
^.*\.dll
\.gitkeep$
^Makefile$
^.*\.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$