We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348f7aa commit c8ef86cCopy full SHA for c8ef86c
1 file changed
.gitignore
@@ -29,4 +29,9 @@ extern/ttmath/release/
29
/src/include/gen/autoconfig.auto
30
/src/include/gen/autoconfig.h
31
/vcpkg_installed/
32
-.idea/
+.idea/
33
+
34
+# clangd index and background cache
35
+/.cache/clangd
36
+# Compilation database generated for clangd
37
+/compile_commands.json
0 commit comments