diff options
author | Ben Elliston <bje@gnu.org> | 2016-02-20 13:14:04 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-02-20 13:14:04 +1100 |
commit | fe1030243ffeb8bc883879a27ad7d80917db4c25 (patch) | |
tree | 765087963ad9021185a9062bd84adf5cf62a5f73 | |
parent | c4740e8100fffcc1945762803b46539f47eebea1 (diff) | |
download | dejagnu-fe1030243ffeb8bc883879a27ad7d80917db4c25.zip dejagnu-fe1030243ffeb8bc883879a27ad7d80917db4c25.tar.gz dejagnu-fe1030243ffeb8bc883879a27ad7d80917db4c25.tar.bz2 |
* lib/utils.exp (getdirs): Ignore .git and .svn directories.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/utils.exp | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2016-02-20 Ben Elliston <bje@gnu.org> + * lib/utils.exp (getdirs): Ignore .git and .svn directories. + +2016-02-20 Ben Elliston <bje@gnu.org> + * 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" { |