Skip to content

Commit

Permalink
Add coverage files to .gitignore (pytorch#61144)
Browse files Browse the repository at this point in the history
Summary:
Fixes failures when coverage is turned on: https://github.com/pytorch/pytorch/runs/2966295169 https://github.com/pytorch/pytorch/runs/2964409741

Pull Request resolved: pytorch#61144

Test Plan:
```bash
$ echo hi > test/.coverage.jit.1625168654.4504092
$ git status
$
```

Reviewed By: zhouzhuojie

Differential Revision: D29530709

Pulled By: driazati

fbshipit-source-id: 0e6a1cb217c4d48f14c0c58a546f98393d2b0392
  • Loading branch information
driazati authored and facebook-github-bot committed Jul 7, 2021
1 parent 5e83fef commit f86460a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -309,3 +309,6 @@ core.*

# Generated if you use the pre-commit script for clang-tidy
pr.diff

# coverage files
*/**/.coverage.*

0 comments on commit f86460a

Please sign in to comment.