diff options
author | Qais Patankar <qaisjp@gmail.com> | 2019-06-16 15:37:38 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-06-16 16:37:38 +0200 |
commit | f4ae61044888f591830e6c1be9a2bdb14f88943e (patch) | |
tree | a0f7c9e059fd3359090e325e6577a861866de8fd | |
parent | 601b8bc98da9bdf36176369200d532aa9d73dc82 (diff) | |
download | matterbridge-msglm-f4ae61044888f591830e6c1be9a2bdb14f88943e.tar.gz matterbridge-msglm-f4ae61044888f591830e6c1be9a2bdb14f88943e.tar.bz2 matterbridge-msglm-f4ae61044888f591830e6c1be9a2bdb14f88943e.zip |
Add .gitignore (#850)
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4f66e643 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Exclude matterbridge binary +matterbridge + +# Exclude configuration file +matterbridge.toml |