Skip to content

Commit

Permalink
Merge branch 'mrc-4969' of github.com:mrc-ide/orderly2 into mrc-4969
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Feb 22, 2024
2 parents dd99536 + 3d4ef51 commit 47fa26a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/gitignore.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ gitignore_content_root <- function(root_path) {


gitignore_content_src <- function(name, root_path) {
src <- file.path(root_path, "src", name)
dat <- orderly_read(file.path(root_path, "src", name))

ignore_deps <- unlist(lapply(dat$dependency, function(x) names(x$files)))
Expand Down

0 comments on commit 47fa26a

Please sign in to comment.