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] Ignore .flc, .patch, .orig, and .rej files, and TAGS in

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Ignore .flc, .patch, .orig, and .rej files, and TAGS in the top level.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 14 Dec 2005 14:12:07 +0000
Delivery-date: Wed, 14 Dec 2005 14:13:50 +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 emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 57ceee48a0e5c62c3fcdff75549348e60bcad31f
# Parent  050333773f09547acf88e4f499564a845ae8bde8
Ignore .flc, .patch, .orig, and .rej files, and TAGS in the top level.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 050333773f09 -r 57ceee48a0e5 .hgignore
--- a/.hgignore Wed Dec 14 12:04:40 2005
+++ b/.hgignore Wed Dec 14 12:07:26 2005
@@ -10,6 +10,11 @@
 .*\.tar\.bz2$
 .*\.tar\.gz$
 .*~$
+.*\.flc$
+.*\.orig$
+.*\.rej$
+.*\.patch$
+^TAGS$
 ^dist/.*$
 ^docs/.*\.aux$
 ^docs/.*\.dvi$

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Ignore .flc, .patch, .orig, and .rej files, and TAGS in the top level., Xen patchbot -unstable <=