From fe1030243ffeb8bc883879a27ad7d80917db4c25 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 20 Feb 2016 13:14:04 +1100 Subject: [PATCH] * lib/utils.exp (getdirs): Ignore .git and .svn directories. --- ChangeLog | 4 ++++ lib/utils.exp | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index aa62d62..4517e27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-02-20 Ben Elliston + * lib/utils.exp (getdirs): Ignore .git and .svn directories. + +2016-02-20 Ben Elliston + * lib/utils.exp: Improve comments. * NEWS: Update. diff --git a/lib/utils.exp b/lib/utils.exp index ec00cb1..fccb7e6 100644 --- a/lib/utils.exp +++ b/lib/utils.exp @@ -54,6 +54,8 @@ proc getdirs { args } { "testsuite" - "config" - "lib" - + ".git" - + ".svn" - "CVS" - "RCS" - "SCCS" { -- 2.7.4