diff options
| -rw-r--r-- | .Rbuildignore | 1 | ||||
| -rw-r--r-- | .gitignore | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/.Rbuildignore b/.Rbuildignore index 1eb33577..70eef830 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,6 +12,7 @@  ^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.pdf$  ^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_cache  ^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_files +^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/dlls  ^vignettes/.build.timestamp$  ^vignettes/.*_cache$  ^vignettes/.*cache$ @@ -3,7 +3,7 @@ install.log  inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_cache  inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_files  inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.pdf -inst/rmarkdown/templates/hierarchical_kinetics/skeleton/*_dlls +inst/rmarkdown/templates/hierarchical_kinetics/skeleton/dlls  mkin*.tar.gz  mkin.tar  mkin.Rcheck | 
