From de3088402b4fb3973d7185030254a28461fa14f2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 28 Dec 2013 15:57:29 -0500 Subject: [PATCH] gen-tarball: ignore all of the build* directories Signed-off-by: "Theodore Ts'o" --- util/all.exclude | 3 +-- util/subset.exclude | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/util/all.exclude b/util/all.exclude index d46b9b7..d7d03b2 100644 --- a/util/all.exclude +++ b/util/all.exclude @@ -5,8 +5,7 @@ patches README.subset build -build.profiled -build.static +build[^/]* rpm.log TODO powerquest diff --git a/util/subset.exclude b/util/subset.exclude index e6cce50..b988fa8 100644 --- a/util/subset.exclude +++ b/util/subset.exclude @@ -4,8 +4,7 @@ .pc patches build -build.profiled -build.static +build[^/]* rpm.log TODO powerquest -- 1.8.3.1