Skip to content

Commit 011d9c5

Browse files
committed
gitignore .tool-versions
Kinda changed my opinion on this, it became annoying to upgrade patch versions on my other systems just to be in sync. Since this is a library that should work on _many_ versions and runs CI that way there is no need for strict enforcement.
1 parent 3be74e4 commit 011d9c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ benchee-*.tar
2525
# Temporary files for e.g. tests.
2626
/tmp/
2727

28+
# Kinda changed my opinion on this, it became annoying to upgrade patch versions on my other
29+
# systems just to be in sync. Since this is a library that should work on _many_ versions and
30+
# runs CI that way there is no need for strict enforcement.
31+
.tool-versions
32+
2833
# Misc.
2934
save.benchee
3035
/test/tmp/

.tool-versions

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)