From 161b36470b3429dbaf7f0a90d9b6110c403213f4 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Date: Tue, 16 Feb 2021 07:15:40 -0500
Subject: [PATCH] .gitignore: Rename the ring pattern to jami.

Also add packages to .dockerignore, as this output directory can grow
to multiple GiBs.

Change-Id: I17b8b0a6d7be535d888232952c346b45c3224eb1
---
 .dockerignore | 3 ++-
 .gitignore    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.dockerignore b/.dockerignore
index 4d11826c..0ce15a54 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -6,7 +6,8 @@ client-qt
 client-uwp
 daemon
 lrc
-ring_*
+jami_*
+packages
 plugins
 .git
 */.git
diff --git a/.gitignore b/.gitignore
index f6639658..a2b26ad7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@
 env
 docs/build
 packages
-ring_*.tar.gz
+jami_*.tar.gz
 Makefile.packaging.distro_targets
 repositories
 manual-download
-- 
GitLab