summaryrefslogtreecommitdiff
path: root/utils/lndir/lndir.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lndir/lndir.c')
-rw-r--r--utils/lndir/lndir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lndir/lndir.c b/utils/lndir/lndir.c
index bfce2b515e..8269f6ec9e 100644
--- a/utils/lndir/lndir.c
+++ b/utils/lndir/lndir.c
@@ -324,6 +324,8 @@ int rel; /* if true, prepend "../" to fn before using */
continue;
if (!strcmp (dp->d_name, ".svn"))
continue;
+ if (!strcmp (dp->d_name, ".git"))
+ continue;
if (!strcmp (dp->d_name, "_darcs"))
continue;
if (!strcmp (dp->d_name, "CVS.adm"))