[Python-checkins] CVS: python/dist/src .cvsignore,2.3,2.4

Thomas Wouters twouters@users.sourceforge.net
Thu, 09 Aug 2001 02:53:03 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv1065

Modified Files:
	.cvsignore 
Log Message:

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 :)



Index: .cvsignore
===================================================================
RCS file: /cvsroot/python/python/dist/src/.cvsignore,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -d -r2.3 -r2.4
*** .cvsignore	2001/06/06 17:51:57	2.3
--- .cvsignore	2001/08/09 09:53:00	2.4
***************
*** 1,5 ****
  .purify
  config.log
- config.h
  config.cache
  config.status
--- 1,4 ----
***************
*** 10,11 ****
--- 9,11 ----
  Makefile.pre
  platform
+ pyconfig.h