[Python-checkins] r72901 - in python/branches/py3k: .bzrignore .hgignore Misc

antoine.pitrou python-checkins at python.org
Sun May 24 22:47:04 CEST 2009


Author: antoine.pitrou
Date: Sun May 24 22:47:04 2009
New Revision: 72901

Log:
Merged revisions 72900 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72900 | antoine.pitrou | 2009-05-24 22:46:06 +0200 (dim., 24 mai 2009) | 3 lines
  
  Add Misc/python.pc to the list of ignored files
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/.bzrignore
   python/branches/py3k/.hgignore
   python/branches/py3k/Misc/   (props changed)

Modified: python/branches/py3k/.bzrignore
==============================================================================
--- python/branches/py3k/.bzrignore	(original)
+++ python/branches/py3k/.bzrignore	Sun May 24 22:47:04 2009
@@ -39,6 +39,7 @@
 Doc/tools/jinja
 Doc/tools/pygments
 Doc/tools/docutils
+Misc/python.pc
 Modules/Setup
 Modules/Setup.config
 Modules/Setup.local

Modified: python/branches/py3k/.hgignore
==============================================================================
--- python/branches/py3k/.hgignore	(original)
+++ python/branches/py3k/.hgignore	Sun May 24 22:47:04 2009
@@ -40,6 +40,7 @@
 Doc/tools/docutils/
 Doc/tools/jinja/
 Doc/tools/pygments/
+Misc/python.pc
 Modules/Setup
 Modules/Setup.config
 Modules/Setup.local
@@ -66,4 +67,4 @@
 PCbuild/*.o
 PCbuild/*.ncb
 PCbuild/*.bsc
-PCbuild/Win32-temp-*
\ No newline at end of file
+PCbuild/Win32-temp-*


More information about the Python-checkins mailing list