diff options
author | Farid Zakaria <farid.m.zakaria@gmail.com> | 2022-01-15 19:17:40 -0800 |
---|---|---|
committer | Farid Zakaria <farid.m.zakaria@gmail.com> | 2022-01-15 19:17:40 -0800 |
commit | 6ff2ce8caf6f5fa0134ab7c6fa9547226dad8bde (patch) | |
tree | 8fd9f06020c4d91c7c8382a8830425d1ee459dd0 /.gitignore | |
parent | 34f2eebd5be06658c04aa7846753d5de124d7195 (diff) |
Added result and .vscode to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2889a56eb..4b290425a 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,7 @@ GTAGS compile_commands.json nix-rust/target + +result + +.vscode/ |