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 gitpull/6781/head
parent
a374301570
commit
4ffc106c58
|
@ -15,6 +15,7 @@ contrib/terraform/aws/credentials.tfvars
|
||||||
**/*.sw[pon]
|
**/*.sw[pon]
|
||||||
*~
|
*~
|
||||||
vagrant/
|
vagrant/
|
||||||
|
plugins/mitogen
|
||||||
|
|
||||||
# Ansible inventory
|
# Ansible inventory
|
||||||
inventory/*
|
inventory/*
|
||||||
|
|
Loading…
Reference in New Issue