Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Henry <luhenry@microsoft.com>2018-03-03 18:21:38 +0300
committerGitHub <noreply@github.com>2018-03-03 18:21:38 +0300
commit43ac34b36e2e23539b67741b480e13aed97b945c (patch)
tree758da20213375a5613672c6d10d4273cfd4012bb /sdks/builds/.gitignore
parente7ba41d14c7e1dc6e860e6e9c5a3db05686d2c5a (diff)
[sdks] Unify targets to build runtimes (#7394)
* [sdks] Move common targets * [sdks] Have RELEASE be empty when CONFIGURATION != 'release' * [sdks] Create common runtime compilation template * [sdks] Use runtime template for Android * [sdks] Use runtime template for iOS
Diffstat (limited to 'sdks/builds/.gitignore')
-rw-r--r--sdks/builds/.gitignore18
1 files changed, 12 insertions, 6 deletions
diff --git a/sdks/builds/.gitignore b/sdks/builds/.gitignore
index 4a8f77947bd..a72cb7938df 100644
--- a/sdks/builds/.gitignore
+++ b/sdks/builds/.gitignore
@@ -16,12 +16,18 @@ android-host-Darwin-*/
android-host-Linux-*/
android-host-mxe-Win32-*/
android-host-mxe-Win64-*/
-ios-target32/
-ios-target64/
-ios-cross32/
-ios-cross64/
-ios-sim32/
-ios-sim64/
+ios-target32-*/
+ios-target32s-*/
+ios-target64-*/
+ios-targettv-*/
+ios-targetwatch-*/
+ios-cross32-*/
+ios-cross64-*/
+ios-crosswatch-*/
+ios-sim32-*/
+ios-sim64-*/
+ios-simtv-*/
+ios-simwatch-*/
wasm-interp/
bcl/