mirror of
https://github.com/JuliaLang/julia.git
synced 2026-05-28 03:10:33 +08:00
Add .clangd file for clang language server (#48214)
This commit is contained in:
2
.clangd
Normal file
2
.clangd
Normal file
@@ -0,0 +1,2 @@
|
||||
CompileFlags:
|
||||
Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -34,6 +34,7 @@
|
||||
.idea/*
|
||||
.vscode/*
|
||||
*.heapsnapshot
|
||||
.cache
|
||||
# Buildkite: Ignore the entire .buildkite directory
|
||||
/.buildkite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user