[Python-checkins] cpython (2.5): Adding .hgignore (copied from default branch).

guido.van.rossum python-checkins at python.org
Tue Mar 29 22:11:04 CEST 2011


http://hg.python.org/cpython/rev/92293101839c
changeset:   69044:92293101839c
branch:      2.5
user:        guido at google.com
date:        Tue Mar 29 09:53:33 2011 -0700
summary:
  Adding .hgignore (copied from default branch).

files:
  .hgignore |  66 +++++++++++++++++++++++++++++++++++++++++++
  1 files changed, 66 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
new file mode 100644
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,66 @@
+.gdb_history
+.purify
+.svn/
+Makefile$
+Makefile.pre$
+TAGS$
+autom4te.cache$
+build/
+buildno$
+config.cache
+config.log
+config.status
+config.status.lineno
+db_home
+platform$
+pyconfig.h$
+python$
+python.exe$
+reflog.txt$
+tags$
+Lib/plat-mac/errors.rsrc.df.rsrc
+Doc/tools/sphinx/
+Doc/tools/docutils/
+Doc/tools/jinja/
+Doc/tools/jinja2/
+Doc/tools/pygments/
+Misc/python.pc
+Modules/Setup$
+Modules/Setup.config
+Modules/Setup.local
+Modules/config.c
+Modules/ld_so_aix$
+Parser/pgen$
+Parser/pgen.stamp$
+^core
+^python-gdb.py
+^python.exe-gdb.py
+^pybuilddir.txt
+
+syntax: glob
+libpython*.a
+*.swp
+*.o
+*.pyc
+*.pyo
+*.pyd
+*.cover
+*.orig
+*.rej
+*~
+Lib/lib2to3/*.pickle
+Lib/test/data/*
+Misc/*.wpu
+PC/python_nt*.h
+PC/pythonnt_rc*.h
+PC/*.obj
+PCbuild/*.exe
+PCbuild/*.dll
+PCbuild/*.pdb
+PCbuild/*.lib
+PCbuild/*.exp
+PCbuild/*.o
+PCbuild/*.ncb
+PCbuild/*.bsc
+PCbuild/Win32-temp-*
+__pycache__

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list