mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
gitignore: add compile_commands.json
This file is a compilation command database used by clangd and ccls, and can be generated by tools like https://github.com/rizsotto/Bear. $ bear -- make clean all
This commit is contained in:
parent
2600d3938e
commit
3e8868c8b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
.deps
|
||||
.dirstamp
|
||||
.cache
|
||||
compile_commands.json
|
||||
tags
|
||||
cscope.*
|
||||
Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user