[augeas-devel] [PATCH 1/1] Util.stdexcl: exclude dpkg backup files.

Marc Fournier marc.fournier at camptocamp.com
Fri Sep 24 12:36:35 UTC 2010


Signed-off-by: Marc Fournier <marc.fournier at camptocamp.com>
---
 lenses/util.aug |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lenses/util.aug b/lenses/util.aug
index a01d8c8..2714be9 100644
--- a/lenses/util.aug
+++ b/lenses/util.aug
@@ -94,6 +94,10 @@ Variable: stdexcl
   let stdexcl = (excl "*~") .
     (excl "*.rpmnew") .
     (excl "*.rpmsave") .
+    (excl "*.dpkg-old") .
+    (excl "*.dpkg-new") .
+    (excl "*.dpkg-bak") .
+    (excl "*.dpkg-dist") .
     (excl "*.augsave") .
     (excl "*.augnew")
 
-- 
1.7.1




More information about the augeas-devel mailing list