From 9dca88836661fa6a70a9cd1cadeafa64b8d7af0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 25 Jun 2010 15:40:03 +0200 Subject: [PATCH] Updated .gitignore --- tests/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 74d9654429..e71f9ec796 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -17,6 +17,9 @@ !/block_bytecode/MARK3_endo.dat !/block_bytecode/MARK3_exo.dat !/bvar_a_la_sims/bvar_sample.m +!/external_function/extFunDeriv.m +!/external_function/extFunNoDerivs.m +!/external_function/extFunWithFirstAndSecondDerivs.m !/fs2000/fs2000a_steadystate.m !/fs2000/fsdat_simul.m !/kalman/likelihood/compare_kalman_routines.m @@ -26,8 +29,10 @@ !/kalman/likelihood/test3.m !/kalman_filter_smoother/test.mat !/kalman_filter_smoother/testsmoother.m +!/k_order_perturbation/run_fs2000kplusplus.m !/ls2003/data_ca1.m !/objectives/sgu_ex1.mat +!/missing/simulate_data_with_missing_observations.m !/parallel/data_ca1.m !/pi2004/idata.m !/pi2004/ych.dat -- GitLab