mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add coverage files to .gitignore (#61144)
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: https://github.com/pytorch/pytorch/pull/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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5e83fefdf8
commit
f86460a352
3
.gitignore
vendored
3
.gitignore
vendored
@ -309,3 +309,6 @@ core.*
|
||||
|
||||
# Generated if you use the pre-commit script for clang-tidy
|
||||
pr.diff
|
||||
|
||||
# coverage files
|
||||
*/**/.coverage.*
|
||||
|
Reference in New Issue
Block a user