Revision e67c42e32599fdd92d29f5fa9855d5bff7368632 authored by Daniel Lee on 16 October 2013, 19:55:53 UTC, committed by Daniel Lee on 16 October 2013, 19:55:53 UTC
2 parent s e19382d + f65533d
Raw File
.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

# 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
back to top