commit c00ea884520808ca58d9e74f62cd14ac66e0494c parent ae566c7bf21cfcc75be7ec30e4036a30eede8396 Author: JohnMcPMS <johnmcp@microsoft.com> Date: Mon, 8 Jul 2024 11:55:23 -0700 Add AnyCPU to .gitignore (#4621) ## Change Add `AnyCPU` to the build artifact ignores. Diffstat:
| M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -20,6 +20,7 @@ settings.json [Rr]eleases/ x64/ x86/ +AnyCPU/ Fuzzing/ bld/ [Bb]in/