From 9c2cee1c6c59ac440d4abd3d7ece8a5f8a140bd8 Mon Sep 17 00:00:00 2001 From: Chen Weihang Date: Mon, 14 Feb 2022 20:34:14 +0800 Subject: [PATCH] add gitignore for eager tmp file, test=document_fix (#39512) --- paddle/fluid/pybind/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/fluid/pybind/.gitignore b/paddle/fluid/pybind/.gitignore index 7b0459e583c..6869b6841a8 100644 --- a/paddle/fluid/pybind/.gitignore +++ b/paddle/fluid/pybind/.gitignore @@ -1,3 +1,5 @@ pybind.h op_function_impl.h eager_op_function_impl.h +eager_final_state_op_function_impl.h +tmp_eager_final_state_op_function_impl.h -- GitLab