* lib/utils.exp (getdirs): Ignore .git and .svn directories.
authorBen Elliston <bje@gnu.org>
Sat, 20 Feb 2016 02:14:04 +0000 (13:14 +1100)
committerBen Elliston <bje@gnu.org>
Sat, 20 Feb 2016 02:14:04 +0000 (13:14 +1100)
ChangeLog
lib/utils.exp

index aa62d62..4517e27 100644 (file)
--- 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.
 
index ec00cb1..fccb7e6 100644 (file)
@@ -54,6 +54,8 @@ proc getdirs { args } {
                    "testsuite" -
                    "config" -
                    "lib" -
+                   ".git" -
+                   ".svn" -
                    "CVS" -
                    "RCS" -
                    "SCCS" {