From 4ffc106c58fc5865b6d72a52365e25b8c268d4d8 Mon Sep 17 00:00:00 2001
From: Matt Calvert <miff2000@users.noreply.github.com>
Date: Fri, 2 Oct 2020 00:03:21 +0100
Subject: [PATCH] Add `plugins/mitogen` to `.gitignore` (#6774)

If the `mitogen.yml` playbook is run, it installs Mitogen in this path, causing Git to believe there to 500+ changes. This simply excludes that external module from git
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1743fc6b9..b09ca9d3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ contrib/terraform/aws/credentials.tfvars
 **/*.sw[pon]
 *~
 vagrant/
+plugins/mitogen
 
 # Ansible inventory
 inventory/*
-- 
GitLab