Skip to content

Commit 263a352

Browse files
authored
[Setup] Ignore @PADDLE_BINARY_DIR@ files (PaddlePaddle#49002)
* [Setup] Ignore @PADDLE_BINARY_DIR@ files * test=document_fix
1 parent 6b89cc2 commit 263a352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Testing
5555
tools/__pycache__
5656
tools/nvcc_lazy
5757

58+
# Ignore files generated from 'python setup.py develop'
59+
@PADDLE_BINARY_DIR@
60+
5861
# This file is automatically generated.
5962
# TODO(zhiqiang) Move this file to build directory.
6063
paddle/infrt/dialect/pd/ir/pd_ops.td

0 commit comments

Comments
 (0)