* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
This commit is contained in:
parent
073986ec4a
commit
ee5d3b5947
|
@ -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.
|
||||
|
|
|
@ -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 ; \
|
||||
|
|
Loading…
Reference in New Issue