build system: change "make dist" --exclude from CVS to .git
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2011 21:13:47 +0000 (21:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2011 21:40:02 +0000 (21:40 +0000)
commit7a9fc59074a086ee34f4b80cafd028ae61b2f014
treea3eb0c76d4fe5947b10fec34c3edd52ed147ea51
parent00a7310bcf42490f420e12e59d6bf300d303b2e7
build system: change "make dist" --exclude from CVS to .git

We maintain even the stable branch in git now, so we need to exclude
the .git directory, not CVS.  Leave the exclude of .cvsignore alone;
actually the .gitignore is harmless in the release tarball.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in