From e9da62eca9f7f0479da1c5fd1ad2d200c0a64e30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 26 Sep 2019 15:19:26 +0200
Subject: [PATCH] Add missing exceptions to .gitignore

---
 tests/.gitignore     | 1 +
 tests/pac/.gitignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index d9900fb35c..e03a75cde0 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -25,6 +25,7 @@ wsOct
 /pac/var-6/example/model/pac-expectations/*
 /pac/var-5/example/model/pac-expectations/*
 /pac/trend-component-14/example/model/pac-expectations/*
+!/ecb/aggregate/test_aggregate_routine.m
 
 !/internals/tests.m
 !/fs2000_ssfile_aux.m
diff --git a/tests/pac/.gitignore b/tests/pac/.gitignore
index 7f69f328ce..77e9e6fc6d 100644
--- a/tests/pac/.gitignore
+++ b/tests/pac/.gitignore
@@ -12,3 +12,5 @@
 *.json
 
 checksum
+
+!/run_all_tests.m
-- 
GitLab