dynare/.gitignore

160 lines
2.7 KiB
Plaintext
Raw Normal View History

2010-02-02 17:22:19 +01:00
# For checking that no file has been unduly ignored, run:
# $ git ls-files -i --exclude-per-directory=.gitignore
# Any file that is displayed should be removed from the ignore list
# (possibly by an exclusion rule beginning with an exclamation mark)
2010-02-02 17:22:19 +01:00
# Generic ignore rules
*~
*.o
*.a
2010-02-03 21:53:50 +01:00
*.fig
\#*\#
2010-09-16 16:53:19 +02:00
TAGS
2016-06-14 11:36:41 +02:00
*.mat
2010-02-02 17:22:19 +01:00
# Build system rules
.deps
Makefile
Makefile.in
2019-09-24 15:10:05 +02:00
confdefs.h
2010-02-02 17:22:19 +01:00
configure
config.log
config.status
aclocal.m4
autom4te.cache
config.guess
config.sub
depcomp
install-sh
2013-03-25 12:58:35 +01:00
/missing
/mex/build/matlab/missing
/mex/build/octave/missing
2013-09-09 19:40:00 +02:00
/compile
/mex/build/matlab/compile
/mex/build/octave/compile
2010-02-02 17:22:19 +01:00
ylwrap
2012-09-28 17:21:25 +02:00
ar-lib
2010-02-02 17:22:19 +01:00
# checksum associated with fast option
checksum
2012-10-05 12:58:34 +02:00
# Make Check Rules
*.trs
*.tls
2012-10-05 12:58:34 +02:00
2010-02-02 17:22:19 +01:00
# Doc rules
*.pdf
*.aux
*.log
*.out
*.toc
*.idx
*.scn
*.nav
*.snm
*.vrb
*.bbl
*.blg
*.lof
/doc/manual/build
/doc/manual/utils/version.py
/doc/manual/utils/__pycache__/*
2010-02-02 17:22:19 +01:00
!/doc/guide.bbl
!/doc/parallel/AvenueParadigm.pdf
!/doc/parallel/iVaNo_*.pdf
!/doc/parallel/netbook_*.pdf
!/doc/parallel/quest_*.pdf
!/doc/parallel/RWMH_quest1_*.pdf
!/doc/parallel/waitbars*.pdf
doc/internals/*.html
doc/internals/ltxpng
2010-02-02 17:22:19 +01:00
# MATLAB dir
/matlab/preprocessor64/
2010-02-02 17:22:19 +01:00
/matlab/dynare_version.m
2010-02-02 17:22:19 +01:00
# DLL rules
*.mex
*.oct
2010-02-02 17:22:19 +01:00
*.mexglx
*.mexa64
*.mexw32
*.mexw64
*.mexmaci
*.mexmaci64
/mex/matlab/
/mex/octave/
# Symbolic links created for building MEX files
/mex/build/matlab/*/*.c
/mex/build/matlab/*/*.cc
/mex/build/matlab/*/*.f08
/mex/build/matlab/*/*.F08
/mex/build/octave/*/*.c
/mex/build/octave/*/*.cc
/mex/build/octave/*/*.f08
/mex/build/octave/*/*.F08
# Fortran modules
/mex/build/matlab/*/*.mod
/mex/build/octave/*/*.mod
# Extra rules for trust_region MEX testfiles
/mex/sources/block_trust_region/test/*.mod
/mex/sources/block_trust_region/test/dulmage_mendelsohn_test
/mex/sources/block_trust_region/test/trust_region_test
!/mex/sources/block_trust_region/test/Makefile
2010-02-02 17:22:19 +01:00
# Windows
!/windows/Makefile
!/windows/deps/Makefile
windows/deps/lib32/
windows/deps/lib64/
windows/deps/lib32-msys2/
windows/deps/lib64-msys2/
windows/deps/matlab32/
windows/deps/matlab64/
windows/deps/mingw32/
windows/deps/mingw64/
windows/deps/octave32/
windows/deps/octave64/
windows/deps/sources32/
windows/deps/sources64/
windows/deps/tarballs/
windows/exe/
windows/7z/
windows/zip/
2010-02-02 17:22:19 +01:00
# MacOS stuff
.DS_Store
2019-09-16 18:28:34 +02:00
macOS/pkg/
macOS/deps/sources64/
macOS/deps/tarballs/
macOS/deps/lib64/
2017-08-16 10:57:22 +02:00
# Emacs stuff
scripts/dynare.elc
# MS-Sbvar
2012-05-09 11:46:09 +02:00
/contrib/ms-sbvar/*.prn
/contrib/ms-sbvar/*.dat
/contrib/ms-sbvar/sbvar_commandline
/contrib/ms-sbvar/sbvar_init_file
2019-02-13 16:12:16 +01:00
!/contrib/ms-sbvar/Makefile
/tests/ms-sbvar/*.tmp
2014-02-14 11:44:14 +01:00
# Reporting
*synctex.gz
tests/reporting/tmpRepDir
2015-08-19 11:14:47 +02:00
# Julia Tests
2016-05-19 16:47:39 +02:00
tests/julia/rbc/rbc*.jl
# Octave variables saved when Octave crashes
octave-workspace
2017-05-29 14:30:33 +02:00
# VERSION generated file
2017-08-16 10:57:22 +02:00
VERSION
2019-09-16 18:28:34 +02:00
matlab/supported_octave_version.m