From afdd2320221883c1cb9e4b743694349285d95578 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@gnu.kitenet.net>
Date: Fri, 25 Dec 2009 14:48:05 -0500
Subject: Add ucf backups to ignore list. (See #462355)

---
 debian/changelog                | 1 +
 update-ignore.d/01update-ignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eaf58a7..7150604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 etckeeper (0.42) UNRELEASED; urgency=low
 
   * Deal with removal of the cache directory. Closes: #559418
+  * Add ucf backups to ignore list. (See #462355)
 
  -- Joey Hess <joeyh@debian.org>  Fri, 04 Dec 2009 13:10:28 -0500
 
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 510e13f..6ecf2e0 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -81,6 +81,8 @@ writefile () {
 	if [ "$LOWLEVEL_PACKAGE_MANAGER" = dpkg ]; then
 		comment "new and old versions of conffiles, stored by dpkg"
 		ignore "*.dpkg-*"
+		comment "new and old versions of conffiles, stored by ucf"
+		ignore "*.ucf-*"
 		nl
 	elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "rpm" ]; then
 		comment "new and old versions of conffiles, stored by apt/rpm"
-- 
cgit v1.2.3