From 99200c6b0f46432e2851400a8c202c8ada480deb Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 19 Jul 2005 13:21:34 -0500 Subject: [PATCH] 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" --- util/ChangeLog | 5 +++++ util/all.exclude | 5 ++++- util/subset.exclude | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/util/ChangeLog b/util/ChangeLog index f16a8568..df1a439d 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 baec23dc..e02ad716 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 04b0693d..57d31f92 100644 --- a/util/subset.exclude +++ b/util/subset.exclude @@ -1,4 +1,7 @@ -BitKeeper +.hg +.hgignore +.pc +patches build rpm.log TODO