From 01b6bdf46dd8c0dcf49a4fdd0072deb68360ef83 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Fri, 10 Dec 2021 14:20:29 +0800 Subject: [PATCH] git ignore eager_op_function_impl.h (#38030) * git ignore eager_op_function_impl.h * test=document_fix --- paddle/fluid/pybind/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddle/fluid/pybind/.gitignore b/paddle/fluid/pybind/.gitignore index d86562fe73c..7b0459e583c 100644 --- a/paddle/fluid/pybind/.gitignore +++ b/paddle/fluid/pybind/.gitignore @@ -1,2 +1,3 @@ pybind.h -op_function_impl.h \ No newline at end of file +op_function_impl.h +eager_op_function_impl.h -- GitLab