summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguido <guido@google.com>2011-03-29 09:53:33 -0700
committerguido <guido@google.com>2011-03-29 09:53:33 -0700
commit57ad4da1f77dc71db91f2d4949ec4ffd8bdde4e9 (patch)
tree82efd7900a63ae53903cebbde0c1e68daaeae099
parentaa13c249583d94b840010659ffa539b5e25661e7 (diff)
downloadcpython-57ad4da1f77dc71db91f2d4949ec4ffd8bdde4e9.tar.gz
Adding .hgignore (copied from default branch).
-rw-r--r--.hgignore66
1 files changed, 66 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000000..70aca54936
--- /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__