3
0
Fork 0
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:
Jason Xu 2025-03-02 12:29:56 -05:00
parent f62a9be153
commit 8f46f53f18

2
.gitignore vendored
View file

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