From f06ba8574afd2522804caf54ffc1d0dc0a0e1b3e Mon Sep 17 00:00:00 2001
From: Adrien Matta <matta@lpccaen.in2p3.fr>
Date: Wed, 15 Mar 2023 08:55:19 +0100
Subject: [PATCH] * adding output folder and project config to e748

---
 Projects/e748/energy_loss/.gitignore       | 0
 Projects/e748/output/analysis/.gitignore   | 0
 Projects/e748/output/simulation/.gitignore | 0
 Projects/e748/project.config               | 5 +++++
 4 files changed, 5 insertions(+)
 create mode 100644 Projects/e748/energy_loss/.gitignore
 create mode 100644 Projects/e748/output/analysis/.gitignore
 create mode 100644 Projects/e748/output/simulation/.gitignore
 create mode 100644 Projects/e748/project.config

diff --git a/Projects/e748/energy_loss/.gitignore b/Projects/e748/energy_loss/.gitignore
new file mode 100644
index 000000000..e69de29bb
diff --git a/Projects/e748/output/analysis/.gitignore b/Projects/e748/output/analysis/.gitignore
new file mode 100644
index 000000000..e69de29bb
diff --git a/Projects/e748/output/simulation/.gitignore b/Projects/e748/output/simulation/.gitignore
new file mode 100644
index 000000000..e69de29bb
diff --git a/Projects/e748/project.config b/Projects/e748/project.config
new file mode 100644
index 000000000..10450d41e
--- /dev/null
+++ b/Projects/e748/project.config
@@ -0,0 +1,5 @@
+Project FDC2
+ AnalysisOutput= ./output/analysis
+ SimulationOutput= ./output/simulation
+ EnergyLoss= ./energy_loss
+   
-- 
GitLab