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

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-05 18:30:13 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-07 02:30:54 +0300
commit68b840912727c8f4b35bb1edf2bcb38a7404adff (patch)
treed320d87ff7609f24cc91d0d60463a3e876abf9d1
parent1744ce3b56a4e8d031e4f8e69d2828d170838429 (diff)
Add .gitignore entries for AOT artifacts (*.dylib, *.so)
-rw-r--r--Microsoft.Net.Compilers/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Microsoft.Net.Compilers/.gitignore b/Microsoft.Net.Compilers/.gitignore
new file mode 100644
index 0000000..bf25e4e
--- /dev/null
+++ b/Microsoft.Net.Compilers/.gitignore
@@ -0,0 +1,3 @@
+Info.plist
+*.dylib
+*.so