diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..419bda0046e6398d88b728070a700bd64d1368f1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+credentials/
+sysadm-provisioning/
+swh-*/
diff --git a/.mrconfig b/.mrconfig
new file mode 100644
index 0000000000000000000000000000000000000000..7ab59451cce9b7b9130280b25f8d95b146eda246
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,13 @@
+# keep the list sorted alphabetically by local repo name
+
+[credentials]
+checkout = git clone 'https://forge.softwareheritage.org/source/credentials' 'credentials'
+
+[swh-apps]
+checkout = git clone 'https://forge.softwareheritage.org/source/swh-apps' 'swh-apps'
+
+[swh-charts]
+checkout = git clone 'https://forge.softwareheritage.org/source/swh-charts' 'swh-charts'
+
+[sysadm-provisioning]
+checkout = git clone 'https://forge.softwareheritage.org/source/swh-sysadmin-provisioning' 'sysadm-provisioning'