diff options
author | Wim <wim@42.be> | 2023-08-05 20:43:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 20:43:19 +0200 |
commit | 56e7bd01ca09ad52b0c4f48f146a20a4f1b78696 (patch) | |
tree | b1355645342667209263cbd355dc0b4254f1e8fe /vendor/github.com/mattermost/logr/.gitignore | |
parent | 9459495484d6e06a3d46de64fccd8d06f7ccc72c (diff) | |
download | matterbridge-msglm-56e7bd01ca09ad52b0c4f48f146a20a4f1b78696.tar.gz matterbridge-msglm-56e7bd01ca09ad52b0c4f48f146a20a4f1b78696.tar.bz2 matterbridge-msglm-56e7bd01ca09ad52b0c4f48f146a20a4f1b78696.zip |
Diffstat (limited to 'vendor/github.com/mattermost/logr/.gitignore')
-rw-r--r-- | vendor/github.com/mattermost/logr/.gitignore | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/vendor/github.com/mattermost/logr/.gitignore b/vendor/github.com/mattermost/logr/.gitignore deleted file mode 100644 index c2c0a9e2..00000000 --- a/vendor/github.com/mattermost/logr/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -# Binaries for programs and plugins -*.exe -*.dll -*.so -*.dylib -debug -dynip - -# Test binary, build with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# Output of profiler -*.prof - -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.glide/ - -# IntelliJ config -.idea - -# log files -*.log - -# transient directories -vendor -output -build -app -logs - -# test apps -test/cmd/testapp1/testapp1 -test/cmd/simple/simple |