From 89e63736f3ef6f155d7a0b3e5aa0bd651dcc5117 Mon Sep 17 00:00:00 2001
From: "P.-A. Loizeau" <p.-a.loizeau@gsi.de>
Date: Wed, 23 Mar 2022 12:47:19 +0100
Subject: [PATCH] Mask crash dumps and unpack out in main and run gitignore
 files

---
 .gitignore           | 3 +++
 macro/run/.gitignore | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 239fcefa5b..0212301c87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,6 @@
 
 # Comment some single files
 Dart*.cfg
+
+# gdb Crash dumps
+**/core_dump_*
diff --git a/macro/run/.gitignore b/macro/run/.gitignore
index 97e44bd546..70c6a75444 100644
--- a/macro/run/.gitignore
+++ b/macro/run/.gitignore
@@ -1,2 +1,3 @@
 all_*.par
 data/*.root
+data/qa/*.root
-- 
GitLab