diff options
| -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 |
