aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-01-03 17:42:15 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-01-03 17:42:15 +0100
commitae314cd8869765dd05f1ae44f4d73ae71f788c62 (patch)
tree0bcab4f8be4fde1b00eef57aad1d8010732d53d3
parent18a18ef46391c4b9fa3e5e1cb06937d90a83ba05 (diff)
Reflect changed name of dll directory in template
-rw-r--r--.Rbuildignore1
-rw-r--r--.gitignore2
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$
diff --git a/.gitignore b/.gitignore
index 5416f8f0..a86197a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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

Contact - Imprint