mirror of https://github.com/YosysHQ/yosys.git
Add clangd cache to gitignore file
This commit is contained in:
parent
f62a9be153
commit
8f46f53f18
|
|
@ -7,6 +7,7 @@
|
|||
*.gcno
|
||||
*~
|
||||
__pycache__
|
||||
/.cache
|
||||
/.cproject
|
||||
/.project
|
||||
/.settings
|
||||
|
|
@ -52,3 +53,4 @@ __pycache__
|
|||
/venv
|
||||
/boost
|
||||
/ffi
|
||||
/compile_commands.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue