diff options
| author | aspiring_aurelian <tom.wells46@protonmail.com> | 2024-03-06 21:20:38 -0600 |
|---|---|---|
| committer | aspiring_aurelian <tom.wells46@protonmail.com> | 2024-03-06 21:20:38 -0600 |
| commit | 3d24f1a3a3cb03d9aa5a32afb45b2470a31fdc7a (patch) | |
| tree | 4debcb0ab8fa56e0aa635c0eaeb50f6632ee420b /.gitignore | |
| parent | 6cdf2324d714b5f87dac893b453129f7b4bc0413 (diff) | |
Add compile_commands.json for clangd lsp support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ bin tmp.c a.out +.cache +compile_commands.json |