Skip to content

Commit

Permalink
restore *.out to .gitignore, except in resources (#14796)
Browse files Browse the repository at this point in the history
## Change Description

Restore *.out to .gitignore, with an exclusion in resource directories

## Security Assessment

Delete all except the correct answer:

- This change has no security impact

### Impact Description

Only changes gitignore rules

(Reviewers: please confirm the security impact before approving)
  • Loading branch information
patrick-schultz authored Jan 28, 2025
1 parent 99a6884 commit b8bea26
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
@@ -1,6 +1,8 @@
*~
*.o
.*.crc
*.out
!**/resources/*.out
.gradle/
.idea/
.vscode/
Expand Down

0 comments on commit b8bea26

Please sign in to comment.