Skip to content

Commit

Permalink
Add the tmp directory to .gitignore
Browse files Browse the repository at this point in the history
Running `make genjsonschema` creates a `tmp` directory that is not added to the .gitignore file.
  • Loading branch information
evan-bradley committed Nov 19, 2024
1 parent 6e79f7c commit 3707734
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 3707734

Please sign in to comment.