.hgignore 705 Bytes
Newer Older
1 2
.gdb_history
.purify
3
.svn/
4 5
Makefile$
Makefile.pre$
6 7 8 9
TAGS$
autom4te.cache$
build/
buildno$
10 11 12 13 14
config.cache
config.log
config.status
config.status.lineno
db_home
15 16 17 18 19 20
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
21 22 23 24
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Antoine Pitrou's avatar
Antoine Pitrou committed
25
Doc/tools/jinja2/
26
Doc/tools/pygments/
27
Misc/python.pc
28
Modules/Setup$
29 30 31
Modules/Setup.config
Modules/Setup.local
Modules/config.c
32 33 34
Parser/pgen$
^core
^python-gdb.py
35 36 37 38 39 40 41 42 43 44 45 46

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
47
Lib/test/data/*
48 49 50 51 52 53 54 55
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
56
PCbuild/Win32-temp-*