diff options
author | Max Kellermann <max@musicpd.org> | 2020-05-26 21:07:52 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-05-26 21:07:56 +0200 |
commit | d2d4a0251ee55b88d9c2526d1674e8541b4beabe (patch) | |
tree | 5a3ccac127e36d7e8adc5bcbeb4d52769d402411 /.gitignore | |
parent | f7b6431b6f02e9d479427dd2054cb97273e414e7 (diff) |
.gitignore: add emacs lsp-mode files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2fc6512f..cf00b5c57 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ /output/ __pycache__/ + +/.clangd/ +/compile_commands.json |