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:
cloudhan 2023-01-07 06:58:57 +08:00 committed by GitHub
parent 2cacb24cb0
commit 8e2163018d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.gitignore vendored
View file

@ -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