https://github.com/stan-dev/stan
Revision eb9f7723627562e7ffc531afedf6a56aece787bd authored by Stan Jenkins on 03 July 2018, 00:36:40 UTC, committed by Stan Jenkins on 03 July 2018, 00:36:40 UTC
1 parent 1bb0540
Raw File
Tip revision: eb9f7723627562e7ffc531afedf6a56aece787bd authored by Stan Jenkins on 03 July 2018, 00:36:40 UTC
Updates the Math submodule to b126f92.
Tip revision: eb9f772
.gitignore
# /
/demo
/models
/test
/*.dSYM
/bin

# other binary
*.o
*.exe

# /doc/
/doc/api
/doc/*.pdf
/doc/*.txt

# temporary latex files
*.idx
*.ilg
*.ind
*.fdb_latexmk
*.fls

# temporary emacs files
*~
\#*#

# temporary vim files
*.swp

# depedencies files
*.d
*.hpp.d.*
.Rproj.user
stan.Rproj
.kdev4/
stan.kdev4
.Rapp.history

# tests: compiled models
/src/test/test-models/*.hpp
/src/test/test-models/*/*.hpp
/src/test/test-models/*/*/*.hpp
/src/test/test-models/*/*/*/*.hpp
/src/test/test-models/*/*/*/*/*.hpp
/src/test/test-models/*/*/*/*/*/*.hpp
/src/test/test-models/*/*/*/*/*/*/*.hpp
!/src/test/test-models/**/*.stan
!/src/test/test-models/**/.gitignore

# tests: generated agrad tests
/src/test/prob/*/*_generated_*_test.cpp

# For the Mac
*.DS_Store

# local make include
/make/local
back to top