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
2018-04-10Clean up some .gitignore files and add *.mlpd to the root file.Alex Rønne Petersen
2018-02-23Updates to support building the BCL using Visual Studio 2017 on windows (#6877)Katelyn Gadd
2017-10-19Update root gitignore (#5831)Egor Bogatov
".idea" - folder generated by jetBrains Rider IDE (it's possible to open, compile and debug net_4_x.sln solution in it)
2017-01-25Adding .exp to git ignore file.Henric Müller
2016-07-21[versions.mk] Make path to SUBMODULES.json based on srcdir (#3314)Alexander Köplinger
Since acceptance-tests/Makefile (and llvm/Makefile) include scripts/submodules/versions.mk which evals versions.py which looks for a SUBMODULES.json file in the current working directory we got confusing error messages if the build directory is not the src dir: ``` Traceback (most recent call last): File "../../mono/scripts/submodules/versions.py", line 22, in <module> submodules = json.load(open(CONFIG_FILE)) IOError: [Errno 2] No such file or directory: 'SUBMODULES.json' ``` Instead we now pass the path to SUBMODULES.json as a variable to versions.py and set it based on $(top_srcdir) so it works even for out-of-tree builds.
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