* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index d9fbee0..d552a4a 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -199,7 +199,7 @@
 
 	currdir=`pwd` ; \
 	for f in `find . -wholename '*/.git' -prune \
-	                 -o -name .cvsignore \
+	                 -o -name .gitignore \
 	                 -o -type d \
 	                 -o -print` ; do \
 	  ln -s $$currdir/$$f tmp/$$f ; \