mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Add clangd cache to gitignore file
This commit is contained in:
parent
f62a9be153
commit
8f46f53f18
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
|||
*.gcno
|
||||
*~
|
||||
__pycache__
|
||||
/.cache
|
||||
/.cproject
|
||||
/.project
|
||||
/.settings
|
||||
|
@ -52,3 +53,4 @@ __pycache__
|
|||
/venv
|
||||
/boost
|
||||
/ffi
|
||||
/compile_commands.json
|
||||
|
|
Loading…
Reference in a new issue