Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4b4af1c544854253161deab02d81f5bb > files > 6

imake-1.0.2-15.fc13.src.rpm

--- lndir-1.0.1/lndir.c.git	2005-11-23 14:33:07.000000000 -0800
+++ lndir-1.0.1/lndir.c	2009-11-17 17:06:51.000000000 -0800
@@ -224,6 +224,8 @@ dodir (char *fn,		/* name of "from" dire
 			continue;
 		    if (!strcmp (dp->d_name, ".svn"))
 			continue;
+		    if (!strcmp (dp->d_name, ".git"))
+			continue;
 		}
 		ocurdir = rcurdir;
 		rcurdir = buf;