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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2018-04-25 16:39:57 +0300
committerMatt Ward <matt.ward@microsoft.com>2018-05-29 13:23:59 +0300
commit594e27b0722a59e4ec20005525ee4ce2a37cbcdb (patch)
tree66c1625dcb6bddb5c968813ac78a989e3c2d7be9 /.gitignore
parent42d20e1ea3009f1639bf39eeb50e35c249559f55 (diff)
[Core] Use .dylib for native file watcher
Previously the native file watcher was statically linked into monostub. This meant that the unit tests were not using the native file watcher but the one provided by Mono. Switching to a dylib allows the unit tests to use the native file watcher. If the dylib is missing then the Mono file watcher will be used.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ac7b0946ef..78f7e19612 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ obj/
/main/build/MacOSX/monostub
/main/build/MacOSX/monostub-nogui
/main/build/MacOSx/monostub-test
+/main/build/MacOSX/libsystemnative.dylib
/local-libs
/main/build/tests
/main/monodevelop_version