diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-08-25 08:31:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 02:31:53 -0400 |
| commit | 11926f24877da4a92cb991eeb5c2f4db0f289eef (patch) | |
| tree | 77ee247f90f7e8250f1b5a9f691409d777ce04fd /.gitignore | |
| parent | b6d8aae2a5da723c2335a4989d3f940c7a794399 (diff) | |
gitignore clangd files (#2086)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3b1e6398a..4ccab8104 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,12 @@ __pycache__/ .pyc .DS_Store -# Text editor remnants +# IDE files .vscode/ .vs/ .idea/ +.cache/ +compile_commands.json # Project-specific ignores .make_options.mk |
