From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zeffertt Subject: [PATCH 7/7] [xen-ocaml-tools.hg] hgignore Date: Fri, 17 Apr 2009 16:44:46 +0100 Message-ID: <49E8A3EE.9040502@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040104030906000902040207" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------040104030906000902040207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This is just to keep things tidy.... --------------040104030906000902040207 Content-Type: text/plain; name="hgignore" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hgignore" .hgignore file so that ocaml build products don't appear in "hg status" output Signed-off-by: Alex Zeffertt diff -r 8a5a47d051a8 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Mar 24 15:08:15 2009 +0000 @@ -0,0 +1,11 @@ +.*\.a$ +.*\.cmi$ +.*\.cmo$ +.*\.cmx$ +.*\.cma$ +.*\.cmxa$ +.*\.o$ +.*\.so$ +.*\.annot$ +.*\.make$ +^xenstored/xenstored$ --------------040104030906000902040207 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------040104030906000902040207--