[augeas-devel] augeas: master - Util.stdexcl: exclude .augsave and .augnew files

David Lutterkort lutter at fedoraproject.org
Tue Feb 24 23:57:42 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=48f9c2e664875679e7a4ad33c5417e123dc486b5
Commit:        48f9c2e664875679e7a4ad33c5417e123dc486b5
Parent:        4e75f8fdd59ecca1ba896389729edda8e27f54eb
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Tue Feb 24 15:56:54 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Tue Feb 24 15:56:54 2009 -0800

Util.stdexcl: exclude .augsave and .augnew files

---
 lenses/util.aug |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lenses/util.aug b/lenses/util.aug
index e7e30d5..8e67a17 100644
--- a/lenses/util.aug
+++ b/lenses/util.aug
@@ -91,7 +91,11 @@ View: empty
 Variable: stdexcl
   Exclusion for files that are commonly not wanted/needed
 *)
-  let stdexcl = (excl "*~") . (excl "*.rpmnew") . (excl "*.rpmsave")
+  let stdexcl = (excl "*~") .
+    (excl "*.rpmnew") .
+    (excl "*.rpmsave") .
+    (excl "*.augsave") .
+    (excl "*.augnew")
 
 (* Local Variables: *)
 (* mode: caml       *)




More information about the augeas-devel mailing list