/hg/icedtea-web: Fix regex patterns of files ignored by Mercurial
gitne at icedtea.classpath.org
gitne at icedtea.classpath.org
Wed Sep 9 14:46:20 UTC 2015
changeset d50a9b483c35 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d50a9b483c35
author: Jacob Wisor <gitne at icedtea.classpath.org>
date: Wed Sep 09 16:41:53 2015 +0200
Fix regex patterns of files ignored by Mercurial
diffstat:
.hgignore | 18 +++++++++---------
ChangeLog | 4 ++++
2 files changed, 13 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r 38a920eca418 -r d50a9b483c35 .hgignore
--- a/.hgignore Tue Sep 08 13:35:20 2015 +0200
+++ b/.hgignore Wed Sep 09 16:41:53 2015 +0200
@@ -1,14 +1,14 @@
-Makefile.in
-aclocal.m4
-autom4te.cache
+Makefile\.in
+aclocal\.m4
+autom4te\.cache
build
configure
install-sh
missing
-config.guess
-config.sub
-netx/net/sourceforge/jnlp/resources/AUTHORS.html
-netx/net/sourceforge/jnlp/resources/COPYING.html
-netx/net/sourceforge/jnlp/resources/ChangeLog.html
-netx/net/sourceforge/jnlp/resources/NEWS.html
+config\.guess
+config\.sub
+netx/net/sourceforge/jnlp/resources/AUTHORS\.html
+netx/net/sourceforge/jnlp/resources/COPYING\.html
+netx/net/sourceforge/jnlp/resources/ChangeLog\.html
+netx/net/sourceforge/jnlp/resources/NEWS\.html
netx-dist-tests-whitelist
diff -r 38a920eca418 -r d50a9b483c35 ChangeLog
--- a/ChangeLog Tue Sep 08 13:35:20 2015 +0200
+++ b/ChangeLog Wed Sep 09 16:41:53 2015 +0200
@@ -1,3 +1,7 @@
+2015-09-09 Jacob Wisor <gitne at icedtea.classpath.org>
+
+ * .hgignore: Fix regex patterns of files ignored by Mercurial
+
2015-09-07 Jiri Vanek <jvanek at redhat.com>
* NEWS: added descriptions for RH1233697, RH1233667
More information about the distro-pkg-dev
mailing list