summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-09 06:09:25 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-09 06:09:25 (GMT)
commitada12e30d1f3147e07d744ceabd16890385f4304 (patch)
treeb78fe837b63c0e42132590c6e7668a11fb558135 /.hgignore
parentfa24d9a71ca6b4d045ed1e56bc930c7031db17e7 (diff)
downloadcpython-ada12e30d1f3147e07d744ceabd16890385f4304.zip
cpython-ada12e30d1f3147e07d744ceabd16890385f4304.tar.gz
cpython-ada12e30d1f3147e07d744ceabd16890385f4304.tar.bz2
#2788: add .hgignore file.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore69
1 files changed, 69 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..a0868fa
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,69 @@
+.gdb_history
+.purify
+.svn
+BIG5.TXT
+BIG5HKSCS-2004.TXT
+BIG5HKSCS.TXT
+CP932.TXT
+CP936.TXT
+CP949.TXT
+CP950.TXT
+EUC-CN.TXT
+EUC-JISX0213.TXT
+EUC-JP.TXT
+EUC-KR.TXT
+JOHAB.TXT
+Makefile
+Makefile.pre
+NormalizationTest-3.2.0.txt
+NormalizationTest.txt
+SHIFTJIS.TXT
+SHIFT_JISX0213.TXT
+TAGS
+autom4te.cache
+build
+buildno
+config.cache
+config.log
+config.status
+config.status.lineno
+db_home
+gb-18030-2000.xml
+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/pygments/
+Modules/Setup
+Modules/Setup.config
+Modules/Setup.local
+Modules/config.c
+Parser/pgen
+core
+
+syntax: glob
+libpython*.a
+*.o
+*.pyc
+*.pyo
+*.pyd
+*.cover
+*.orig
+*.rej
+*~
+Lib/lib2to3/*.pickle
+PCbuild/*.exe
+PCbuild/*.dll
+PCbuild/*.pdb
+PCbuild/*.lib
+PCbuild/*.exp
+PCbuild/*.o
+PCbuild/*.ncb
+PCbuild/*.bsc
+PCbuild/Win32-temp-* \ No newline at end of file