From 1604ff15b5c0c1acb881b996a9a7d8b223b31a19 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Mon, 25 Nov 2019 23:16:40 +0000 Subject: [PATCH] Re-add binary to .gitignore (#951) * Fix binary path and include windows --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d36be5d4..e3ba009e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Exclude matterbridge binary +/matterbridge +/matterbridge.exe # Exclude configuration file matterbridge.toml