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:
authorMichael Hutchinson <mhutch@xamarin.com>2014-06-02 11:19:40 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-06-18 05:28:36 +0400
commitd92632dc0339a7fe24c5f36d1e278c3df5c1c1de (patch)
treee06bea3f24c8fd74637dc846a3ef38255daa3099 /.gitignore
parentd919aae53ee5f62ff8beca8ede082b25915f0c08 (diff)
[AspNet] Massive overhaul
* Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8f429a0a04..44d2705e62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ obj/
/main/src/addins/MonoDevelop.Debugger.Win32/CorApi2/bin
/main/src/core/MonoDevelop.Core/BuildVariables.cs
/scripts/configure.exe
+/main/packages
#VS writes these sometimes even when it doesn't change anything
/main/_UpgradeReport_Files
@@ -49,6 +50,7 @@ autom4te.cache/
*.tar.gz
tarballs/
test-results/
+Thumbs.db
#Mac bundle stuff
*.dmg
@@ -85,8 +87,6 @@ main/external/Makefile
/main/po/Makefile
/main/src/Makefile
/main/src/addins/AspNet/Makefile
-/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/Makefile
-/main/src/addins/AspNet/MonoDevelop.AspNet/Makefile
/main/src/addins/CBinding/Makefile
/main/src/addins/CSharpBinding/AspNet/Makefile
/main/src/addins/CSharpBinding/Autotools/Makefile