# 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) # Generic ignore rules *~ *.o *.a *.fig \#*\# # Build system rules .deps Makefile Makefile.in configure config.log config.status aclocal.m4 autom4te.cache config.guess config.sub depcomp install-sh missing ylwrap # Doc rules *.pdf *.aux *.log *.out *.toc *.idx *.scn *.nav *.snm *.vrb *.bbl *.blg *.lof /doc/manual-html/ !/doc/guide.bbl !/doc/macroprocessor/new-design.pdf !/doc/macroprocessor/old-design.pdf !/doc/userguide/P_ModStruct3.pdf !/doc/userguide/P_MH2.pdf !/doc/userguide/P_flowest.pdf !/doc/userguide/P_ModStruct4.pdf !/doc/userguide/Graphics/DynareFigures.key/droppedImage-2.pdf !/doc/userguide/Graphics/DynareFigures.key/droppedImage.pdf !/doc/userguide/Graphics/DynareFigures.key/droppedImage-1.pdf !/doc/userguide/Graphics/DynareTitle.pdf !/doc/userguide/P_ModStruct5.pdf !/doc/userguide/P_DynareStruct2.pdf !/doc/userguide/P_SchorfMod.pdf !/doc/userguide/P_ModStruct2.pdf !/doc/userguide/P_ShockModel2.pdf # Preprocessor /preprocessor/dynare_m /preprocessor/dynare_m.exe /preprocessor/DynareBison.cc /preprocessor/DynareBison.hh /preprocessor/DynareFlex.cc /preprocessor/location.hh /preprocessor/position.hh /preprocessor/stack.hh /preprocessor/macro/MacroBison.cc /preprocessor/macro/MacroBison.hh /preprocessor/macro/MacroFlex.cc /preprocessor/macro/location.hh /preprocessor/macro/position.hh /preprocessor/macro/stack.hh /preprocessor/doc/ # MATLAB dir /matlab/dynare_m /matlab/dynare_m.exe /matlab/dynare_version.m # DLL rules *.mex *.dll *.mexglx *.mexa64 *.mexw32 *.mexw64 *.mexmaci *.mexmaci64 /mex/matlab/ /mex/octave/ # Dynare++ /dynare++/integ/cc/*.cpp /dynare++/integ/cc/*.h /dynare++/integ/cc/main.tex /dynare++/integ/src/quadrature-points /dynare++/integ/src/quadrature-points.exe /dynare++/integ/testing/tests /dynare++/kord/*.cpp !/dynare++/kord/tests.cpp /dynare++/kord/*.h /dynare++/kord/main.tex /dynare++/kord/tests /dynare++/kord/tests.exe /dynare++/kord/out.txt /dynare++/sylv/testing/*.mm /dynare++/sylv/testing/tests /dynare++/sylv/testing/tests.exe /dynare++/parser/cc/*_ll.cc /dynare++/parser/cc/*_tab.cc /dynare++/parser/cc/*_tab.hh /dynare++/src/dynare++ /dynare++/src/dynare++.exe /dynare++/src/dynglob_ll.cc /dynare++/src/dynglob_tab.cc /dynare++/src/dynglob_tab.hh /dynare++/tl/cc/*.cpp /dynare++/tl/cc/*.h /dynare++/tl/cc/main.tex /dynare++/tl/testing/tests /dynare++/tl/testing/tests.exe !/dynare++/extern/R/Makefile # Windows /windows/dynare-version.nsi # Estimation DLL tests /mex/sources/estimation/tests/test-dr /mex/sources/estimation/tests/test-dr.exe /mex/sources/estimation/libmat/tests/test-qr /mex/sources/estimation/libmat/tests/test-qr.exe /mex/sources/estimation/libmat/tests/test-gsd /mex/sources/estimation/libmat/tests/test-gsd.exe /mex/sources/estimation/libmat/tests/test-lu /mex/sources/estimation/libmat/tests/test-lu.exe # Misc !/matlab/swz/c-code/Makefile !/mex/sources/kalman/cc/Makefile !/mex/sources/kalman/matlab/Makefile !/mex/sources/kalman/qt/f90/Makefile !/mex/sources/kalman/qt/test/Makefile !/mex/sources/kalman/sylv/cc/Makefile !/mex/sources/kalman/testing/Makefile