WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] add ocaml compilation targets and pdb to .hgignore

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] add ocaml compilation targets and pdb to .hgignore
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Jul 2005 13:22:09 -0400
Delivery-date: Sun, 10 Jul 2005 17:22:31 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User ach61@xxxxxxxxxxxxxxxxxxxxxx
# Node ID a28952e73253e2ae288ecd33bb85b1c6346186ff
# Parent  215d8b2f3d94e3ad623cd219d4371cd04a84fb70

add ocaml compilation targets and pdb to .hgignore

diff -r 215d8b2f3d94 -r a28952e73253 .hgignore
--- a/.hgignore Sat Jul  9 10:24:14 2005
+++ b/.hgignore Sun Jul 10 13:16:44 2005
@@ -1,4 +1,6 @@
 .*\.a
+.*\.cmi
+.*\.cmo
 .*\.d
 .*\.o
 .*\.opic
@@ -93,6 +95,7 @@
 tools/check/\..*
 tools/cmdline/.*
 tools/cmdline/xen/.*
+tools/debugger/pdb/pdb
 tools/firmware/acpi/acpigen
 tools/firmware/.*\.bin
 tools/firmware/.*\.sym

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] add ocaml compilation targets and pdb to .hgignore, Xen patchbot -unstable <=