parent
f4f909ee6c
commit
db1f2d29a9
|
@ -621,8 +621,8 @@ func listFiles(dirname string) []string {
|
||||||
}
|
}
|
||||||
|
|
||||||
if fio.IsDir() {
|
if fio.IsDir() {
|
||||||
// exclude the .git direcitory
|
// exclude the .git, .svn, .hg direcitory
|
||||||
if ".git" == fio.Name() {
|
if ".git" == fio.Name() || ".svn" == fio.Name() || ".hg" == fio.Name() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue