From e291c3ccda63e4fc1f866d92963839b31766dc83 Mon Sep 17 00:00:00 2001
From: Dmitry Romanov <romanovda@gmail.com>
Date: Thu, 1 Jul 2021 22:00:32 -0400
Subject: [PATCH] Initial setup commit

---
 .gitignore  | 2 ++
 .gitmodules | 9 +++++++++
 athena      | 1 +
 ip6         | 1 +
 4 files changed, 13 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 .gitmodules
 create mode 160000 athena
 create mode 160000 ip6

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..df30947
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+
+.idea/
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..eebf89f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "athena"]
+	path = athena
+	branch = master
+	url = https://eicweb.phy.anl.gov/EIC/detectors/athena.git
+
+[submodule "ip6"]
+	path = ip6
+	branch = master
+	url = https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
diff --git a/athena b/athena
new file mode 160000
index 0000000..5ef6dcf
--- /dev/null
+++ b/athena
@@ -0,0 +1 @@
+Subproject commit 5ef6dcfcdf85ac1e7cf31e174c696f0b120374b0
diff --git a/ip6 b/ip6
new file mode 160000
index 0000000..b2f888e
--- /dev/null
+++ b/ip6
@@ -0,0 +1 @@
+Subproject commit b2f888e970c6003e5d29f3cd67552466ef6d9669
-- 
GitLab