https://github.com/stan-dev/stan
Raw File
Tip revision: fb82eb97ba975720b602f05431fb2be5529fc7d1 authored by Daniel Lee on 17 December 2012, 21:35:27 UTC
updating versions for rstan
Tip revision: fb82eb9
.gitignore
# /
/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

# model files
src/test/gm/model_specs/*.cpp
src/test/gm/model_specs/function_signatures1
src/test/gm/model_specs/function_signatures1.exe
src/test/gm/model_specs/function_signatures2
src/test/gm/model_specs/function_signatures2.exe
src/test/gm/model_specs/function_signatures3
src/test/gm/model_specs/function_signatures3.exe
src/test/gm/model_specs/function_signatures4
src/test/gm/model_specs/function_signatures4.exe
src/test/gm/model_specs/function_signatures5
src/test/gm/model_specs/function_signatures5.exe
src/test/gm/model_specs/function_signatures6
src/test/gm/model_specs/function_signatures6.exe
src/test/gm/model_specs/function_signatures7
src/test/gm/model_specs/function_signatures7.exe
back to top