Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Git ignore test performance reports (#768)
### 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