Skip to content

Commit

Permalink
[query] remove *.out from .gitignore (#14780)
Browse files Browse the repository at this point in the history
## Change Description

Removes `*.out` from our `.gitignore`. There are files in our test
resources directory with a `.out` extension.

## Security Assessment

- This change has no security impact

### Impact Description

Only affects commit creation

(Reviewers: please confirm the security impact before approving)
  • Loading branch information
patrick-schultz authored Jan 17, 2025
1 parent 1d12887 commit a48a8c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ hs_err_pid*.log
*hail/python/hailtop/pipeline/docs/output*
.mypy_cache/
node_modules
*.out
GPATH
GRTAGS
GTAGS
Expand Down

0 comments on commit a48a8c2

Please sign in to comment.