Fix (#2) ppc64le build break on git status --porcelain check (#16852)

Summary:
Add test/.hypothesis/ to .gitignore to pass git status --porcelain check in CI build
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16852

Differential Revision: D14000206

Pulled By: soumith

fbshipit-source-id: 5da99a4bb242c12aa35776f7254f6399a7fa6d8c
This commit is contained in:
Freddie Mendoza 2019-02-07 18:15:44 -08:00 committed by Facebook Github Bot
parent 96369506c4
commit 22477c6a7f

1
.gitignore vendored
View file

@ -28,6 +28,7 @@ docs/src/**/*
docs/cpp/build
docs/cpp/source/api
test/.coverage
test/.hypothesis/
test/cpp/api/mnist
test/custom_operator/model.pt
test/data/gpu_tensors.pt