Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore .exe files build for Windows #2549

Merged
merged 1 commit into from
Aug 25, 2020
Merged

Ignore .exe files build for Windows #2549

merged 1 commit into from
Aug 25, 2020

Commits on Aug 25, 2020

  1. Ignore .exe files build for Windows

    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.
    simnv committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b271a87 View commit details
    Browse the repository at this point in the history