- Including an example of how to create a rust-analyzer `rust-project.json` config - Adding `rust-project.json` to `.gitignore` Signed-off-by: Matthew Wood <mat@thepacketgeek.com>
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
.*
|
|
*.ko
|
|
*.mod
|
|
*.mod.c
|
|
*.o
|
|
*.rmeta
|
|
Module.symvers
|
|
modules.order
|
|
rust-project.json
|