Skip to content

Commit

Permalink
Ignore .exe files build for Windows (#2549)
Browse files Browse the repository at this point in the history
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
simnv committed Aug 25, 2020
1 parent 987067c commit 766b080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.cache
*.output
*.tgz
*.exe
requirements.lock
mixin/vendor/
cmd/loki/loki
Expand Down

0 comments on commit 766b080

Please sign in to comment.