From: Theodore Ts'o Date: Tue, 19 Jul 2005 18:21:34 +0000 (-0500) Subject: Change gen_tarball to ignore Mercurial/quilt files (and remove BK ignores). X-Git-Tag: E2FSPROGS-1.39-WIP-1210~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99200c6b0f46432e2851400a8c202c8ada480deb;p=thirdparty%2Fe2fsprogs.git Change gen_tarball to ignore Mercurial/quilt files (and remove BK ignores). Since e2fsprogs is now being managed by Mercurial instead of BK, remove BitKeeper and add ".hg", ".hgignore", ".pc", and "patches" to the list of files/directories not included in the tar file. Signed-off-by: "Theodore Ts'o" --- diff --git a/util/ChangeLog b/util/ChangeLog index f16a85685..df1a439d2 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Theodore Ts'o + + * all.exclude, subset.exclude: Remove BitKeeper and add + mercurial/quilt files to the exclusion files. + 2006-06-30 Theodore Ts'o * Release of E2fsprogs 1.38 diff --git a/util/all.exclude b/util/all.exclude index baec23dcc..e02ad7165 100644 --- a/util/all.exclude +++ b/util/all.exclude @@ -1,4 +1,7 @@ -BitKeeper +.hg +.hgignore +.pc +patches README.subset build rpm.log diff --git a/util/subset.exclude b/util/subset.exclude index 04b0693d2..57d31f928 100644 --- a/util/subset.exclude +++ b/util/subset.exclude @@ -1,4 +1,7 @@ -BitKeeper +.hg +.hgignore +.pc +patches build rpm.log TODO