Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore .exe files build for Windows (#2549)
When building Loki on Windows with `go build ./cmd/loki` command, it creates file `/loki.exe`, but .gitignore has only `/loki`. Same with `promtail.exe`, `logcli.exe` and `loki-canary.exe`. Also it is safe to assume that no `.exe` files should be tracked by git in Loki.
- Loading branch information