diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-23 13:49:29 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-23 13:56:59 +0200 |
commit | 8f9bcec005ed1e0c6086c19a94e03f20fd6d6263 (patch) | |
tree | bb8a516ab4306c3ed1fa841a377387d702db6b07 /.Rbuildignore | |
parent | b16e84264908b85bf02703a72a1fba9135c5c3de (diff) |
r-universe badge, release date of v1.1.1 in NEWS
Also skip complete log directory in .Rbuildignore and reorganize that
file to improve readability
Diffstat (limited to '.Rbuildignore')
-rw-r--r-- | .Rbuildignore | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index 3144040d..37d3db26 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,8 +1,13 @@ +^_pkgdown\.yml$ +^\.travis\.yml$ +^docs$ +^log$ +^mkin.Rcheck$ ^GNUmakefile$ -^log/.*.log$ -^test.R$ ^README.html$ -^mkin.Rcheck +^test.R$ +^mkin_.*\.tar\.gz +^mkin.tar$ ^vignettes/.build.timestamp$ ^vignettes/.*_cache$ ^vignettes/.*cache$ @@ -23,10 +28,3 @@ ^vignettes/mkin_benchmarks.rda$ ^vignettes/web_only/.build.timestamp$ ^vignettes/web_only/mkin_benchmarks.rda$ -^mkin_.*\.tar\.gz -^mkin.tar$ -^docs$ -^_pkgdown\.yml$ -^\.travis\.yml$ -^CRAN-RELEASE$ -^cran-comments.md$ |