Skip to content

Commit d3c6dd9

Browse files
[Misc] Add include dir to .gitignore (#1771)
### What this PR does / why we need it? Add `include` dir to `.gitignore`. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@66f6fbd Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 9cd4ac7 commit d3c6dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,4 @@ kernel_meta/
198198
/vllm_ascend/_version.py
199199
# build info file generated by setup.py
200200
/vllm_ascend/_build_info.py
201+
/vllm_ascend/include/

0 commit comments

Comments
 (0)