From: <fab...@us...> - 2010-12-16 22:58:09
|
Revision: 5320 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5320&view=rev Author: fabiomaulo Date: 2010-12-16 22:58:03 +0000 (Thu, 16 Dec 2010) Log Message: ----------- Mercurial ignore Added Paths: ----------- trunk/.hgignore Added: trunk/.hgignore =================================================================== --- trunk/.hgignore (rev 0) +++ trunk/.hgignore 2010-12-16 22:58:03 UTC (rev 5320) @@ -0,0 +1,37 @@ +# Ignore file for Visual Studio 2008/2010 + +# use glob syntax +syntax: glob + +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.lib +*.sbr +*.scc +[Bb]in +[Db]ebug*/ +obj/ +[Rr]elease*/ +*resharper* +_ReSharper*/ +[Tt]est[Rr]esult* +[Bb]uild[Ll]og.* +*.[Pp]ublish.xml +glob:NHibernate.dll +glob:nhibernate\build\ +glob:AssemblyInfo.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |