summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2016-03-30 11:16:40 -0700
committerRuss Keldorph <Russ.Keldorph@microsoft.com>2016-04-11 08:58:21 -0700
commitef98671fd237907afdd24be019ffe8975f22a3bd (patch)
tree3b2ebc006a4264f8079220991e7eb4b27dc5984a /.gitignore
parent2eb214ee49e3474ec64aad04ac673f7f18379c95 (diff)
downloadcoreclr-ef98671fd237907afdd24be019ffe8975f22a3bd.tar.gz
coreclr-ef98671fd237907afdd24be019ffe8975f22a3bd.tar.bz2
coreclr-ef98671fd237907afdd24be019ffe8975f22a3bd.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 399cbc9a9c..f255e9a6a2 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