diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e9a92e44ac..ea330241549 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,10 @@ GTAGS /sphinx_venv !/docs/Makefile +# language servers +compile_commands.json +.clangd + # indent backup files *.BAK |