[mono/mono] [3 commits] 6c3edfc5: Ignore .dirstamp files.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141f717e44c-6c0c762f-eb32-420d-a72a-b098b6e0fb76-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/b37ba14801ab...0a17e9070dab
Commit: 6c3edfc5eb943ca0c6c5df1a951d57c926965e62
Author: Alex Rønne Petersen <[email protected]>
Date: 2013-10-26 23:15:00 GMT
URL: https://github.com/mono/mono/commit/6c3edfc5eb943ca0c6c5df1a951d57c926965e62
Ignore .dirstamp files.
Changed paths:
M .gitignore
Modified: .gitignore
===================================================================
@@ -112,6 +112,7 @@ GTAGS
# Mono-specific patterns
##############################################################################
+.dirstamp
compile
mono.h
mono-*.tar.*
Commit: 05f4546a96c57f2684b9744b6f833004bb6fdd0d
Author: Alex Rønne Petersen <[email protected]>
Date: 2013-10-26 23:15:45 GMT
URL: https://github.com/mono/mono/commit/05f4546a96c57f2684b9744b6f833004bb6fdd0d
Add a .gitignore file to support/minizip/ to ignore *.la *.lo files.
Added paths:
A support/minizip/.gitignore
Added: support/minizip/.gitignore
===================================================================
@@ -0,0 +1,3 @@
+/*.lo
+/*.la
+
Commit: 0a17e9070dab94893db0a76381a5cb1bb4caa61c
Author: Alex Rønne Petersen <[email protected]>
Date: 2013-10-26 23:23:41 GMT
URL: https://github.com/mono/mono/commit/0a17e9070dab94893db0a76381a5cb1bb4caa61c
Silence some noisy warnings in mono/tests/.
Changed paths:
M mono/tests/Makefile.am
Modified: mono/tests/Makefile.am
===================================================================
@@ -21,7 +21,10 @@ MKBUNDLE = \
PKG_CONFIG_PATH=$(top_builddir):$(PKG_CONFIG_PATH) \
$(RUNTIME) $(mcs_topdir)/class/lib/net_4_5/mkbundle.exe
-MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug
+MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -debug \
+ -nowarn:0162 -nowarn:0168 -nowarn:0219 -nowarn:0414 -nowarn:0618 \
+ -nowarn:0169 -nowarn:1690 -nowarn:0649 -nowarn:0612 -nowarn:3021 \
+ -nowarn:0197
ILASM = $(RUNTIME) $(mcs_topdir)/class/lib/net_4_5/ilasm.exe
BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches