mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
Add compile_commands.json to .gitignore (#2119)
When running make with the "bear" command, the generated compile_commands.json file shouldn't be considered new source. This file allows clangd-based code completion tools (e.g. YouCompleteMe) to know the flags that each file was compiled with.
This commit is contained in:
parent
18e837336a
commit
165833a97c
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,6 +17,7 @@
|
||||
README
|
||||
TAGS
|
||||
autom4te.cache
|
||||
compile_commands.json
|
||||
config.cache
|
||||
config.status
|
||||
configure
|
||||
|
Loading…
Reference in New Issue
Block a user