From: Thomas Wouters Date: Thu, 9 Aug 2001 09:53:00 +0000 (+0000) Subject: Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not X-Git-Tag: v2.2a3~721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df8dc365c53474189142308ecf99a3dcb1464c7e;p=python Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not config.h (anymore). People will still have to delete config.h from their source trees manually :) --- diff --git a/.cvsignore b/.cvsignore index 4860994206..18fd74e686 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,6 +1,5 @@ .purify config.log -config.h config.cache config.status Makefile @@ -9,3 +8,4 @@ python build Makefile.pre platform +pyconfig.h