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
AgeCommit message (Collapse)Author
2015-11-17Ignore extensions-config.hRolf Bjarne Kvinge
2015-07-16Remove aggressive filterMarek Safar
2015-06-13[tests] Avoid "Address already in use"Marcin Cieslak
Few tests using networking seem to fail due to "Address already in use" error that may be caused by opening listening port too fast - because of some tests running in parallel or because 2MSL TIME_WAIT period.
2015-04-07Remove spec file as we don't use it anymore.Alex Rønne Petersen
See: https://github.com/directhex/mono-snapshot
2015-03-17[genproj] Ignore temporary project generation inputs.João Matos
2015-02-16[git] Ignore Doxygen-related generated files.João Matos
2014-11-25[msvc] Allow cygwin "make" to be called after winsetup.batJo Shields
As-is, winsetup.bat replaces config.h with winconfig.h, which is needed for the MSVC compilation - but breaks all further use of cygwin's make (e.g. to build the class library, or run "make install"). This patch introduces a new cygconfig.h as a backup prior to squashing config.h (if it exists, so the runtime can still be built without cygwin ever being used), and makes winconfig.h use it on non-MSVC compilers (i.e. cygwin)
2014-07-06Ignore automake 'test-driver' fileAlexander Köplinger
This was introduced by automake 1.12 and can be safely ignored.
2013-10-27Ignore .dirstamp files.Alex Rønne Petersen
2013-07-10Ignore only local MakefileMarek Safar
2013-03-08Make the build .gitignore rule absolute. It didn't like mcs/build/.Rodrigo Kumpera
2013-02-07Organized the .gitignore. Added patterns for temporary and user-specific filesJack Pappas
generated by development tools. Added patterns to ignore binaries when projects in mcs/ are compiled.
2012-02-17Add few missing csproj filesMarek Safar
2011-10-07Ignore headers generated by dtrace.Rolf Bjarne Kvinge
2011-04-20Dist fixesAndrew Jorgensen
2011-01-09Ignore files ending in '~'barkerm
2010-01-19Added/Updated .gitignore filesRolf Bjarne Kvinge
svn path=/trunk/mono/; revision=149816
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265