Skip to content

Commit ba69cba

Browse files
authored
Add .clangd file for clang language server (#48214)
1 parent 57101cf commit ba69cba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.clangd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CompileFlags:
2+
Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
.idea/*
3535
.vscode/*
3636
*.heapsnapshot
37+
.cache
3738
# Buildkite: Ignore the entire .buildkite directory
3839
/.buildkite
3940

0 commit comments

Comments
 (0)