diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 23:50:09 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 23:50:09 +0100 |
commit | db7357e9409d2c4eed5aab9aab3131ad6c40ffc5 (patch) | |
tree | e4c638fc905c44adaf859e7931ef1ee7291f03aa | |
parent | de45fcbdbc186fb96943f70786453bcc38306621 (diff) |
Ignore .clangd
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .cache/ *.c +.clangd compile_commands.json main Makefile |