https://github.com/stan-dev/stan
Revision 9b0cff20b475f51857ef8b5266823bcca26950d0 authored by Stan Jenkins on 11 May 2019, 22:08:24 UTC, committed by Stan Jenkins on 11 May 2019, 22:08:24 UTC
1 parent 0c84d5a
Raw File
Tip revision: 9b0cff20b475f51857ef8b5266823bcca26950d0 authored by Stan Jenkins on 11 May 2019, 22:08:24 UTC
Updates the Math submodule to 5e76d67.
Tip revision: 9b0cff2
.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

*.gch
back to top