diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-22 15:29:08 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-22 15:29:08 +0200 |
commit | 96dbf26adfad7f43df3857d12afadf1c25778357 (patch) | |
tree | 205801eb4a83403a8851b4662c64062885098712 /.Rbuildignore | |
parent | cff25a78e0e5a9d46db575b1ae3b02ace560aaf6 (diff) |
Move logs into own directory to clean root
Diffstat (limited to '.Rbuildignore')
-rw-r--r-- | .Rbuildignore | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index 208d9d46..3144040d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,10 +1,5 @@ ^GNUmakefile$ -^build.log$ -^check.log$ -^check_dev.log$ -^test.log$ -^test_dev.log$ -^tests_slow.log$ +^log/.*.log$ ^test.R$ ^README.html$ ^mkin.Rcheck |