Skip to content

Commit

Permalink
Add r_2*.log files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hostilefork committed Aug 25, 2021
1 parent 5e9723c commit 4b47183
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ build-*/*
prebuilt/*
!prebuilt/README.md

# The tests directory generates .log files with the prefix r_2
# (Historical reasoning for why the "2" is that so long as it was in alpha,
# the version of Rebol was not formally bumped to 3, and would be done on
# release...or so the rumor goes.)
#
tests/r_2*.log

#################
## Eclipse
Expand Down

0 comments on commit 4b47183

Please sign in to comment.