gojekfarm / probed

A unix daemon to perform health check on proxy backends.
Apache License 2.0
26 stars 9 forks source link

probed should be in .gitignore file #16

Closed knrt10 closed 5 years ago

knrt10 commented 6 years ago

Sometimes running the repo locally when someone builds the repo go build . then build file probed is generated and it should be tracked in .gitignore.

I would like to send PR for the above issue.

rShetty commented 5 years ago

@knrt10 You should be using make compile which builds the executable in build folder

rShetty commented 5 years ago

Please run make build, not a issue