From: Russ Keldorph Date: Wed, 30 Mar 2016 18:16:40 +0000 (-0700) Subject: Add missing arch-specifc strings in .gitignore X-Git-Tag: accepted/tizen/base/20180629.140029~5060^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef98671fd237907afdd24be019ffe8975f22a3bd;p=platform%2Fupstream%2Fcoreclr.git Add missing arch-specifc strings in .gitignore I would prefer that the test build not drop cruft outside of designated folders like bin, but unless/until that happens we should at least make the architectures' builds consistent. --- diff --git a/.gitignore b/.gitignore index 399cbc9..f255e9a 100644 --- a/.gitignore +++ b/.gitignore @@ -265,9 +265,18 @@ Temporary Items !src/debug # Ignore folders created by the test build -TestWrappers_x64_debug -TestWrappers_x64_checked -TestWrappers_x64_release +TestWrappers_x64_[d|D]ebug +TestWrappers_x64_[c|C]hecked +TestWrappers_x64_[r|R]elease +TestWrappers_x86_[d|D]ebug +TestWrappers_x86_[c|C]hecked +TestWrappers_x86_[r|R]elease +TestWrappers_arm_[d|D]ebug +TestWrappers_arm_[c|C]hecked +TestWrappers_arm_[r|R]elease +TestWrappers_arm64_[d|D]ebug +TestWrappers_arm64_[c|C]hecked +TestWrappers_arm64_[r|R]elease tests/src/common/test_runtime/project.json Vagrantfile