diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-09-30 18:25:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 18:25:20 +0800 |
| commit | ebee7863cfb639d432d501df2901a840b63a9c72 (patch) | |
| tree | 0ac51e250576763135a1f2275eb4ea1cfa123bf7 | |
| parent | 67246517140cd509b6ebb36c8042783a0afb3dc9 (diff) | |
Add compile_commands.json to .gitignore (#5169)
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 941b0b745..673ed0ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ .gdb_history .vimspector .vimspector.json +compile_commands.json bin/ intermediate/ |
