Skip to content

Commit ab0f330

Browse files
committed
Add clang compilation database to gitignore
1 parent 65869b1 commit ab0f330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020
/julia_version.h
2121
/flisp/host
2222
/support/host
23+
24+
# Clang compilation database
25+
/compile_commands*.json
26+
.clangd/

0 commit comments

Comments
 (0)