Revision ac026fa5ed39aa62ced29206061424036d143c17 authored by Ben Goodrich on 13 August 2014, 15:43:55 UTC, committed by Ben Goodrich on 13 August 2014, 15:43:55 UTC
Build is probably very broken at the moment
1 parent 0f69d55
Raw File
.gitignore
# /
/demo
/models
/test
/*.dSYM
/bin

# other binary
*.o
*.exe

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

# temporary latex files
*~
*.idx
*.ilg
*.ind

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

# models:
/src/models/**
!/src/models/**.stan
!/src/models/**.R
!/src/models/**/makefile

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

# tests: generated agrad tests
/src/test/unit-distribution/*/*/*/*_generated_test.cpp

# For the Mac
*.DS_Store

# local make include
make/local
back to top