mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Ignore more build directories and clangd files (#14154)
Ignore all `build_*` directories in repo root. Ignore `.cache` and `compile_commands.json` which are related to clangd cache and configuration.
This commit is contained in:
parent
2cacb24cb0
commit
8e2163018d
1 changed files with 4 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,8 +1,6 @@
|
|||
# build, distribute, and bins (+ python proto bindings)
|
||||
build
|
||||
build_host_protoc
|
||||
build_android
|
||||
build_ios
|
||||
build_*/
|
||||
.build_debug/*
|
||||
.build_release/*
|
||||
distribute/*
|
||||
|
|
@ -56,3 +54,6 @@ onnxruntime/python/version_info.py
|
|||
.envrc
|
||||
.psenvrc
|
||||
*.csproj.user
|
||||
# clangd
|
||||
.cache/
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue