[Python-checkins] distutils .cvsignore,1.1,1.2

theller@users.sourceforge.net theller@users.sourceforge.net
Thu, 07 Nov 2002 08:49:30 -0800


Update of /cvsroot/python/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv14953

Modified Files:
	.cvsignore 
Log Message:
Ignore the dist and build directories.


Index: .cvsignore
===================================================================
RCS file: /cvsroot/python/distutils/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore	13 May 2000 03:37:27 -0000	1.1
--- .cvsignore	7 Nov 2002 16:49:27 -0000	1.2
***************
*** 1,5 ****
! MANIFEST
  *.tar.gz
  *.zip
! *.rpm
! *.deb
--- 1,7 ----
! *.deb
! *.rpm
  *.tar.gz
  *.zip
! MANIFEST
! build
! dist