Skip to content

Commit

Permalink
Add config inspector to gitignore (#7841)
Browse files Browse the repository at this point in the history
The config inspector was changed to be built instead of being used in `go run`. The binary now shows up as git untracked file.

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov committed Apr 8, 2024
1 parent fcaf994 commit a67d3e9
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 @@ -14,6 +14,7 @@ cmd/metaconvert/metaconvert_linux_arm64
cmd/mimir-continuous-test/mimir-continuous-test
cmd/mimir-continuous-test/mimir-continuous-test_linux_amd64
cmd/mimir-continuous-test/mimir-continuous-test_linux_arm64
tools/config-inspector/config-inspector
.bak
.uptodate
.pkg
Expand Down

0 comments on commit a67d3e9

Please sign in to comment.