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

Conversation

simnv
Copy link
Contributor

@simnv simnv commented Aug 25, 2020

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.

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.
@CLAassistant
Copy link

CLAassistant commented Aug 25, 2020

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

Codecov Report

Merging #2549 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2549      +/-   ##
==========================================
- Coverage   63.46%   63.36%   -0.10%     
==========================================
  Files         166      166              
  Lines       14582    14582              
==========================================
- Hits         9254     9240      -14     
- Misses       4586     4600      +14     
  Partials      742      742              
Impacted Files Coverage Δ
pkg/promtail/positions/positions.go 46.49% <0.00%> (-13.16%) ⬇️
pkg/logql/evaluator.go 92.47% <0.00%> (-0.41%) ⬇️
pkg/promtail/targets/file/filetarget.go 66.85% <0.00%> (+0.57%) ⬆️
pkg/querier/queryrange/downstreamer.go 97.93% <0.00%> (+2.06%) ⬆️

Copy link
Member

@owen-d owen-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@owen-d owen-d merged commit 766b080 into grafana:master Aug 25, 2020
@simnv simnv deleted the gitignore_exe branch August 11, 2021 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants