From f36ace65dd30f8e710a860c668be7b6261e9d1cd Mon Sep 17 00:00:00 2001
From: farid <farid.mohammadi@iws.uni-stuttgart.de>
Date: Tue, 19 Jan 2021 12:00:36 +0100
Subject: [PATCH] updated gitignore

---
 .gitignore | 61 ++++--------------------------------------------------
 1 file changed, 4 insertions(+), 57 deletions(-)

diff --git a/.gitignore b/.gitignore
index 194332a8e..a9e3b9b1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,60 +20,7 @@ BayesValidRox/tests/AnalyticalFunction/*.pkl
 BayesValidRox/tests/AnalyticalFunction/Outputs_*
 BayesValidRox/tests/AnalyticalFunction/__pycache__/*
 
-# BeamTest
-BayesValidRox/tests/BeamTest/__pycache__/*
-BayesValidRox/tests/BeamTest/Outputs_*
-BayesValidRox/tests/BeamTest/*.zip
-BayesValidRox/tests/BeamTest/*.npy
-BayesValidRox/tests/BeamTest/*.pkl
-BayesValidRox/tests/BeamTest/surrogateBeam/*.zip
-BayesValidRox/tests/BeamTest/surrogateBeam/Outputs_*
-BayesValidRox/tests/BeamTest/surrogateBeam/__pycache__/*
-BayesValidRox/tests/BeamTest/surrogateBeam/*.pkl
-
-# BraninTest
-BayesValidRox/tests/BraninTest/*.pkl
-BayesValidRox/tests/BraninTest/Outputs_*
-BayesValidRox/tests/BraninTest/__pycache__/*
-BayesValidRox/tests/BraninTest/*.npy
-
-# Co2BenchmarkTest
-BayesValidRox/tests/Co2BenchmarkTest/__pycache__/*
-BayesValidRox/tests/Co2BenchmarkTest/*.zip
-BayesValidRox/tests/Co2BenchmarkTest/CO2Benchmark_*
-BayesValidRox/tests/Co2BenchmarkTest/Outputs_*
-BayesValidRox/tests/Co2BenchmarkTest/*.npy
-BayesValidRox/tests/Co2BenchmarkTest/Results/
-BayesValidRox/tests/Co2BenchmarkTest/uqBenchmarkData/mc_10.zip
-BayesValidRox/tests/Co2BenchmarkTest/uqBenchmarkData/*.pdf
-BayesValidRox/tests/Co2BenchmarkTest/uqBenchmarkData/PosteriorGeneration/*
-
-# Fetzer
-BayesValidRox/tests/Fetzer/*.pkl
-BayesValidRox/tests/Fetzer/Outputs_*
-BayesValidRox/tests/Fetzer/__pycache__/*
-BayesValidRox/tests/Fetzer/*.zip
-
-# IshigamiTest
-BayesValidRox/tests/IshigamiTest/Outputs_*
-BayesValidRox/tests/IshigamiTest/__pycache__/*
-BayesValidRox/tests/IshigamiTest/*.pkl
-BayesValidRox/tests/IshigamiTest/*.npy
-
-# MECBM
-BayesValidRox/tests/MECBM/model_exe_orig.sh
-BayesValidRox/tests/MECBM/.model_exe_orig.sh.swp
-BayesValidRox/tests/MECBM/__pycache__/*
-
-BayesValidRox/tests/MECBM/SurrogateModel/*.zip
-BayesValidRox/tests/MECBM/SurrogateModel/MECBM_*
-BayesValidRox/tests/MECBM/SurrogateModel/Outputs_*
-BayesValidRox/tests/MECBM/SurrogateModel/*.npy
-BayesValidRox/tests/MECBM/SurrogateModel/*.pkl
-BayesValidRox/tests/MECBM/SurrogateModel/__pycache__/*
-
-# PollutionTest
-BayesValidRox/tests/PollutionTest/__pycache__/*
-BayesValidRox/tests/PollutionTest/Outputs_*
-BayesValidRox/tests/PollutionTest/*.npy
-BayesValidRox/tests/PollutionTest/*.pkl
+# PA-A
+BayesValidRox/tests/PA-A/models/stokes/stokes_regular_2d
+BayesValidRox/tests/PA-A/models/stokesdarcy/stokes_darcybox_regular_2d
+BayesValidRox/tests/PA-A/models/stokespnm/stokes_pnm_regular_2d
-- 
GitLab