Skip to content

Commit

Permalink
improve .gitignore for compiled stan files
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 6, 2024
1 parent 0cd16d8 commit 42042a4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ src

vignettes/results

inst/stan/dist_fit
inst/stan/estimate_infections
inst/stan/simulate_infections
inst/stan/estimate_secondary
inst/stan/simulate_secondary
inst/stan/estimate_truncation
# exclude compiled stan files
inst/stan/*
!inst/stan/*/
!inst/stan/*.stan

0 comments on commit 42042a4

Please sign in to comment.