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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-16 13:10:34 +0300
committerGitHub <noreply@github.com>2017-05-16 13:10:34 +0300
commitb41b5928ec78f56d17305b8025dd17955f68965c (patch)
treefde354cd713b0001356067daa41ef46ccd1ee321 /msvc/scripts/.gitignore
parentc74f8a0ea534b02fe693862a5c7201100266af0b (diff)
[msvc] Remove order.xml (#4867)
It's a build artifact anyway since we check in the generated csproj's so you don't really need the order.xml. After the new platform-specific BCL changes went in it also started containing stuff like `-r:./../../class/lib/net_4_x-linux/mscorlib.dll` which makes it even less useful to have checked in as it'd get changed when you build on OSX for example.
Diffstat (limited to 'msvc/scripts/.gitignore')
-rw-r--r--msvc/scripts/.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/msvc/scripts/.gitignore b/msvc/scripts/.gitignore
index ddab2abcf3e..c30deca94fb 100644
--- a/msvc/scripts/.gitignore
+++ b/msvc/scripts/.gitignore
@@ -1 +1,3 @@
-*.mdb \ No newline at end of file
+*.mdb
+order
+order.xml