swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: a9b43490df6c1805ad569ec9ab9f8f259e5b889e authored by Daniel Lee on 28 September 2012, 14:49:01 UTC
updating TO-DO
Tip revision: a9b4349
.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
*~

# depedencies files
*.d
.Rproj.user
stan.Rproj
.kdev4/
stan.kdev4

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