Skip to content

Commit

Permalink
Add the tmp directory to .gitignore (#6349)
Browse files Browse the repository at this point in the history
Running `make genjsonschema` creates a `tmp` directory that is not
present in the .gitignore file, this makes sure contributors don't need
to worry about having it in their repo directory.
  • Loading branch information
evan-bradley authored Nov 20, 2024
1 parent 35a3157 commit 3704ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ instrumentation/google.golang.org/grpc/otelgrpc/example/server/server
instrumentation/google.golang.org/grpc/otelgrpc/example/client/client

instrgen/driver/testdata/**/*.go_pass_*

tmp

0 comments on commit 3704ded

Please sign in to comment.