mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[GIT] .gitignore clangd and vscode index files. (#2406)
Vscode or clangd can create indexing cache for symbol resolutions. Those files should be ignored by git. I'm basically cloning what is done in the LLVM repo.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -37,3 +37,10 @@ docs/dialects/
|
||||
docs/getting-started/tutorials
|
||||
!python/tutorials/*.py
|
||||
!python/tutorials/*.rst
|
||||
|
||||
# clangd index. (".clangd" is a config file now, thus trailing slash)
|
||||
.clangd/
|
||||
.cache
|
||||
/compile_commands.json
|
||||
.vscode
|
||||
.vs
|
||||
|
||||
Reference in New Issue
Block a user