changeset 1724:566af2483fbb

Remove broken regexp usage in .hgignore. 2009-03-30 Andrew John Hughes <ahughes@redhat.com> * .hgignore: Remove broken regexp usage which hides too many files.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 30 Mar 2010 23:56:02 +0100
parents d48a4f542e7d
children 6728bebba215
files .hgignore ChangeLog
diffstat 2 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue Mar 30 23:04:54 2010 +0100
+++ b/.hgignore	Tue Mar 30 23:56:02 2010 +0100
@@ -1,7 +1,4 @@
 syntax: glob
-*~
-
-syntax: regexp
 configure
 missing
 aclocal.m4
@@ -9,7 +6,6 @@
 cacao
 netbeans
 visualvm
-openjdk
 bootstrap
 debian
 lib
@@ -464,9 +460,12 @@
 rt/netscape/javascript/JSUtil.java
 generated/sun/awt/X11/generator/sizer.32.orig
 pulseaudio/bin
-pulseaudio/.*\.o
+pulseaudio/*.o
 pulseaudio/src/native/org_.*.h
-pulseaudio/.*jar
+pulseaudio/*.jar
 pulse-java.jar
 hotspot.tar.gz
 ports/hotspot/src/cpu/zero/vm/bytecodes_arm.s
+
+syntax:regexp
+openjdk
--- a/ChangeLog	Tue Mar 30 23:04:54 2010 +0100
+++ b/ChangeLog	Tue Mar 30 23:56:02 2010 +0100
@@ -1,3 +1,9 @@
+2009-03-30  Andrew John Hughes  <ahughes@redhat.com>
+
+	* .hgignore:
+	Remove broken regexp usage which hides too
+	many files.
+
 2009-03-30  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/icedtea-systemtap.patch: