projects
/
platform
/
upstream
/
dejagnu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4740e8
)
* lib/utils.exp (getdirs): Ignore .git and .svn directories.
author
Ben Elliston
<bje@gnu.org>
Sat, 20 Feb 2016 02:14:04 +0000
(13:14 +1100)
committer
Ben Elliston
<bje@gnu.org>
Sat, 20 Feb 2016 02:14:04 +0000
(13:14 +1100)
ChangeLog
patch
|
blob
|
history
lib/utils.exp
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/lib/utils.exp
b/lib/utils.exp
index
ec00cb1
..
fccb7e6
100644
(file)
--- a/
lib/utils.exp
+++ b/
lib/utils.exp
@@
-54,6
+54,8
@@
proc getdirs { args } {
"testsuite" -
"config" -
"lib" -
+ ".git" -
+ ".svn" -
"CVS" -
"RCS" -
"SCCS" {