From 093c4ec5d4ec53df214f619d59ed30e27664208d Mon Sep 17 00:00:00 2001 From: Chen Weihang Date: Tue, 2 Nov 2021 14:05:31 +0800 Subject: [PATCH] append test dir into gitignore (#36926) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 749832c3930..c246a56cf15 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ build_* cmake-build-* paddle/fluid/operators/distributed/send_recv.proto model_test + +Testing +tools/__pycache__ -- GitLab