Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18460
Modified Files:
.cvsignore
Log Message:
Ignore MANIFEST and others; nuke old stuff
Index: .cvsignore
===================================================================
RCS file: /cvsroot/pywin32/pywin32/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** .cvsignore 6 Mar 2003 03:19:40 -0000 1.4
--- .cvsignore 7 Feb 2004 10:03:09 -0000 1.5
***************
*** 1,12 ****
build
! calldll
! datetime
! imaging-1.0
! installer
! jpython*
! shared*
! xml
! documenttemplate
! pycvs
*.exe
*.zip
--- 1,5 ----
+ MANIFEST
build
! dist
*.exe
*.zip
|