mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +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
|
*.gcno
|
||||||
*~
|
*~
|
||||||
__pycache__
|
__pycache__
|
||||||
|
/.cache
|
||||||
/.cproject
|
/.cproject
|
||||||
/.project
|
/.project
|
||||||
/.settings
|
/.settings
|
||||||
|
@ -52,3 +53,4 @@ __pycache__
|
||||||
/venv
|
/venv
|
||||||
/boost
|
/boost
|
||||||
/ffi
|
/ffi
|
||||||
|
/compile_commands.json
|
||||||
|
|
Loading…
Reference in a new issue