diff --git a/.gitignore b/.gitignore index 3b1e6398ab..4ccab81046 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