aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-20 13:14:04 +1100
committerBen Elliston <bje@gnu.org>2016-02-20 13:14:04 +1100
commitfe1030243ffeb8bc883879a27ad7d80917db4c25 (patch)
tree765087963ad9021185a9062bd84adf5cf62a5f73
parentc4740e8100fffcc1945762803b46539f47eebea1 (diff)
downloaddejagnu-fe1030243ffeb8bc883879a27ad7d80917db4c25.zip
dejagnu-fe1030243ffeb8bc883879a27ad7d80917db4c25.tar.gz
dejagnu-fe1030243ffeb8bc883879a27ad7d80917db4c25.tar.bz2
* lib/utils.exp (getdirs): Ignore .git and .svn directories.
-rw-r--r--ChangeLog4
-rw-r--r--lib/utils.exp2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa62d62..4517e27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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" {