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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@microsoft.com>2020-04-17 22:58:26 +0300
committerGitHub <noreply@github.com>2020-04-17 22:58:26 +0300
commit9890a9a6d852ab6d4b2dc479d710867208fc1748 (patch)
tree0f7e65c14dc65c82d2556a83a452c75472886d7f /.gitignore
parentd7a0cb3ddcb92fc62e8c76005d3307af2456de03 (diff)
Enable cross OS DBI build (#35021)
* Enable cross OS DBI build * Fix .gitignore * Fix Cross OS DBI compilation issues * Review feedback * Cleanup dummy/twowaypipe.cpp
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a9a3cae8e94..88165cf3073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -348,3 +348,6 @@ linker
# ln -s $(pwd)/src/libraries/Common/src src/coreclr/src/System.Private.CoreLib/common
src/coreclr/src/System.Private.CoreLib/shared
src/coreclr/src/System.Private.CoreLib/common
+
+# The debug directory should not be ignored
+!src/coreclr/src/debug