From 43d13fda96963681e5b454420a1ceb04a4248054 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Wed, 3 Oct 2012 19:34:39 +0200
Subject: [PATCH] remove file generated by kalman_filter_smoother/gen_data.mod
 in clean

---
 tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index e1f879252..2fc9f9785 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -244,7 +244,8 @@ clean-local:
 
 	rm -f arima/data1.m arima/data2.m \
 		k_order_perturbation/*.jnl \
-		k_order_perturbation/*.mat
+		k_order_perturbation/*.mat \
+		kalman_filter_smoother/data.mat
 
 	rm -rf ramsey_objective
 
-- 
GitLab