Commit 04e9bde
committed
gitignore: Ignore some files related to vscode
The clangd plugin in vscode is useful for working on the code. However,
in order to function, especially with numerous feature flags and such,
it needs a `compile-commands.json` file. This can be generated for a
given build with something like:
bear --append -- cargo test --features sig-ecdsa
which will create this file.
The clangd plugin also creates a `.cache` directory to hold cached
versions of its analysis.
Support this usage by adding both of these to the .gitignore
Signed-off-by: David Brown <david.brown@linaro.org>1 parent 96576b3 commit 04e9bde
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
0 commit comments