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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-10-08 20:52:58 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-10-15 17:13:13 +0300
commit2bba5cfc7a1b84d4293297b881ded28a7085bd7d (patch)
tree5693c1101867ac61fd6079aa160916e1700facdb /.gitignore
parent4e7c097123cb339e1a62f0abae3c603a9b19b90d (diff)
[Mac] Improved monostub and added unit tests!
Added unit tests that will fail CI builds when these tests fail. If this fails, you won't be able to run MonoDevelop on Mac anyway. :P More importantly, I changed `push_env` so it takes into account other parts that the beginning of the environment variable string. Now it will check whether the path components are not the first component, the path variable will no longer be updated. `push_env` also now takes only a path component, so pieces need to be added manually, or you need to `strsep(&value, ":")` before appending.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aab458d174..6be31b600d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ obj/
/main/tests/config
/main/tests/UnitTests/test-results
/main/build/MacOSX/monostub
+/main/build/MacOSx/monostub-test
/main/contrib/bin/
/main/contrib/*/*/bin/
/local-libs
@@ -50,6 +51,7 @@ install-sh
autom4te.cache/
*.user
*.tar.gz
+*.dSYM
tarballs/
test-results/
Thumbs.db