From 197ef1af2aee473e1c93de02fd24522e1326580f Mon Sep 17 00:00:00 2001 From: Aurelius84 Date: Mon, 12 Dec 2022 16:05:38 +0800 Subject: [PATCH] [Setup] Ignore @PADDLE_BINARY_DIR@ files (#49002) * [Setup] Ignore @PADDLE_BINARY_DIR@ files * test=document_fix --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 890aca6fa96..85f6b5657bf 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,9 @@ Testing tools/__pycache__ tools/nvcc_lazy +# Ignore files generated from 'python setup.py develop' +@PADDLE_BINARY_DIR@ + # This file is automatically generated. # TODO(zhiqiang) Move this file to build directory. paddle/infrt/dialect/pd/ir/pd_ops.td -- GitLab