Skip to content

Commit

Permalink
Add rbenv version file to .gitignore (#3328)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

Local work using `rbenv` populates the `.ruby-version` file, which we
don't want included in source control.

**Have you included adequate test coverage?**

n/a

**Does this change affect the behavior of either the C or the Java
implementations?**

No
  • Loading branch information
flavorjones authored Nov 14, 2024
2 parents 64bb0b1 + b9a7402 commit c3ae13d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ tags
# directories or files named after issues, and debugging
/issues
/*.log

# rbenv
.ruby-version

0 comments on commit c3ae13d

Please sign in to comment.