From 889d9e34a114b1fe2e8871d21e713794344d12d3 Mon Sep 17 00:00:00 2001 From: Ian Bearman Date: Sat, 17 Sep 2022 14:25:28 -0700 Subject: [PATCH] [REPO] update gitignore (#666) Update `.gitignore` to include `.vs` and `.vscode` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b32df68cc..95d59cfed 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ python/build/ python/triton.egg-info/ python/triton/_C/libtriton.pyd python/triton/_C/libtriton.so + +.vscode +.vs \ No newline at end of file