Skip to content

Commit

Permalink
Merge pull request #1307 from ffranr/rm-rapid-fail
Browse files Browse the repository at this point in the history
Remove `.fail` files and update `.gitignore`
  • Loading branch information
ffranr authored Jan 17, 2025
2 parents ffef906 + bdf7a98 commit 99f313f
Show file tree
Hide file tree
Showing 63 changed files with 4 additions and 15,985 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ cmd/tapd/tapd
# Test binary, built with `go test -c`
*.test

# Ignore Rapid testing framework .fail files. These files are used for
# reproducing test failures locally during development.
*.fail

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.*
Expand Down
Loading

0 comments on commit 99f313f

Please sign in to comment.