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:
authorAdeel Mujahid <adeelbm@outlook.com>2020-06-19 15:50:20 +0300
committerGitHub <noreply@github.com>2020-06-19 15:50:20 +0300
commit43ae9afecb6f8307afe91d73bff7435176beef56 (patch)
treedce1310ba9d6e6e36dc936ea6f11f1e4f3760406 /.gitignore
parent85a97b64d7a86e1c8747479a7f2c6df19cf3acd6 (diff)
Add support for illumos cross-compilation (#37753)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 88165cf3073..bfe14adb6c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,10 +3,12 @@ syntax: glob
### VisualStudio ###
# Tool Runtime Dir
-.dotnet/
-.dotnet-mono/
-.packages/
-.tools/
+# note: there is no trailing slash so if these are symlinks (which are seen as files,
+# instead of directories), git will still ignore them.
+.dotnet
+.dotnet-mono
+.packages
+.tools
# User-specific files
*.suo