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 12, 2024
1 parent e57ae76 commit af7a9ff
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 @@ -41,9 +41,7 @@ vignettes/results
# unused figures
man/figures/*.png

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 af7a9ff

Please sign in to comment.