From 53ecf50e1cd3baaaa8de4b5b2f2ff73d9af601e6 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 21 Apr 2023 14:52:47 -0400 Subject: [PATCH] SWDEV-1 - Ignore .vs folder in git on Windows Change-Id: I6654bd98ec7809a4857cd649d2f2f3c4316160d8 [ROCm/clr commit: d05f7734d3c37a593a13dd3f8406ed3b8dd54cef] --- projects/clr/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/.gitignore b/projects/clr/.gitignore index 8093669ca2..04df03e7ea 100644 --- a/projects/clr/.gitignore +++ b/projects/clr/.gitignore @@ -37,6 +37,7 @@ release/ debug/ packages/ install/ +.vs/ # Editor temp files *.swp