From 3023e15e23f17a204610023837aeb82eff2a1ffb Mon Sep 17 00:00:00 2001 From: zzzzwwjj <34335947+zzzzwwjj@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:37:32 +0800 Subject: [PATCH] add _cann_ops_custom gitignore (#4605) ### What this PR does / why we need it? add _cann_ops_custom dir to .gitignore - vLLM version: v0.11.2 Signed-off-by: zzzzwwjj <1183291235@qq.com> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index efbd43ae..0341715e 100644 --- a/.gitignore +++ b/.gitignore @@ -203,5 +203,9 @@ kernel_meta/ # benchmark results generated by run-performance-benchmarks.sh /benchmarks/results/ +# _cann_ops_custom generated by build_aclnn.sh +/vllm_ascend/_cann_ops_custom/* +!/vllm_ascend/_cann_ops_custom/.gitkeep + # generated by CANN fusion_result.json