diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-11 09:12:18 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-11 09:12:18 +0100 |
commit | b3720679f4148b8ba874f486de051c7df527e4bb (patch) | |
tree | b4564b48ab44201f7bfbcebeca544e1c4099896c /.vscode/tasks.json | |
parent | 33fa63ee205892205d9cd229c363f7c28d99e636 (diff) | |
parent | 3c7f8d25c226510bd391c6b61e89e7f732ce3072 (diff) |
gitignore update includes .bin files in home dir
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 53a235e..8404cfa 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -54,7 +54,7 @@ "args": [ "" ], }, "command": "make", - "args": [ "compile_commands" ], + "args": [ "compile_commands.json" ], "type": "shell" }, { |