Skip to content

Commit

Permalink
Git ignore test performance reports (#768)
Browse files Browse the repository at this point in the history
### Description
As a result of running the tests a file with performance information is
created. These files should not be included in any commit so I add them
to .gitignore.

### Checklist
- [x] Code compiles correctly
- [x] Code is formatted according to [Coding
Conventions](../CodingConventions.md)
- [x] Created tests which fail without the change (if possible)
- [x] All tests passing (`dotnet test`)
- [x] Extended the README / documentation, if necessary
- [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
  • Loading branch information
sfc-gh-knozderko authored Sep 14, 2023
1 parent 2f24377 commit ca3153c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,8 @@ wss-unified-agent.jar
whitesource/
/testEnvironments.json
/parameters.json

# Test performance reports
Snowflake.Data.Tests/macos_*_performance.csv
Snowflake.Data.Tests/windows_*_performance.csv
Snowflake.Data.Tests/unix_*_performance.csv

0 comments on commit ca3153c

Please sign in to comment.