forked from stan-dev/stan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (50 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# /
/demo
/models
/test
/*.dSYM
/bin
# precompiled model header
/src/stan/model/model_header.hpp.*ch
# other binary
*.o
*.exe
# /doc/
/doc/api
/doc/*.pdf
# temporary files
*~
*.idx
*.ilg
*.ind
# depedencies files
*.d
*.hpp.d.*
.Rproj.user
stan.Rproj
.kdev4/
stan.kdev4
.Rapp.history
# tests: compiled models
src/test/gm/model_specs/compiled/*
!src/test/gm/model_specs/compiled/*.stan
!src/test/gm/model_specs/compiled/.gitignore
src/test/mcmc/models/improper
src/test/mcmc/models/improper.exe
src/test/mcmc/models/improper.cpp
src/test/gm/arguments/test_model
src/test/gm/arguments/test_model.exe
src/test/gm/arguments/test_model.cpp
src/test/mcmc/models/*
!src/test/mcmc/models/*.stan
# tests: generated agrad tests
src/test/agrad/distributions/univariate/continuous/*_generated_test.cpp
src/test/agrad/distributions/univariate/discrete/*_generated_test.cpp
src/test/agrad/distributions/multivariate/continuous/*_generated_test.cpp
src/test/agrad/distributions/multivariate/discrete/*_generated_test.cpp
# For the Mac
*.DS_Store
#auto generated by RStan make
rstan/rstan/R/git_head.R
rstan/rstan/inst/include/stanlib
rstan/rstan/inst/include/stansrc