* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.

This commit is contained in:
Werner Lemberg 2011-06-30 15:08:15 +02:00
parent 073986ec4a
commit ee5d3b5947
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-06-30 İsmail Dönmez <ismail@namtrac.org>
* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
2011-06-29 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #33663.

View File

@ -199,7 +199,7 @@ dist:
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 ; \