Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 1 | .gdb_history |
2 | .purify | ||||
Antoine Pitrou | b6705ac | 2010-04-13 17:36:07 +0000 | [diff] [blame] | 3 | .svn/ |
Antoine Pitrou | 134fb10 | 2010-03-21 00:21:43 +0000 | [diff] [blame] | 4 | Makefile$ |
5 | Makefile.pre$ | ||||
Antoine Pitrou | b6705ac | 2010-04-13 17:36:07 +0000 | [diff] [blame] | 6 | TAGS$ |
7 | autom4te.cache$ | ||||
8 | build/ | ||||
9 | buildno$ | ||||
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 10 | config.cache |
11 | config.log | ||||
12 | config.status | ||||
13 | config.status.lineno | ||||
14 | db_home | ||||
Antoine Pitrou | b6705ac | 2010-04-13 17:36:07 +0000 | [diff] [blame] | 15 | platform$ |
16 | pyconfig.h$ | ||||
17 | python$ | ||||
18 | python.exe$ | ||||
19 | reflog.txt$ | ||||
20 | tags$ | ||||
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 21 | Lib/plat-mac/errors.rsrc.df.rsrc |
22 | Doc/tools/sphinx/ | ||||
23 | Doc/tools/docutils/ | ||||
24 | Doc/tools/jinja/ | ||||
Antoine Pitrou | 9642d60 | 2010-04-16 21:34:02 +0000 | [diff] [blame] | 25 | Doc/tools/jinja2/ |
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 26 | Doc/tools/pygments/ |
Antoine Pitrou | 36b6dfc | 2009-05-24 20:46:06 +0000 | [diff] [blame] | 27 | Misc/python.pc |
Antoine Pitrou | b6705ac | 2010-04-13 17:36:07 +0000 | [diff] [blame] | 28 | Modules/Setup$ |
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 29 | Modules/Setup.config |
30 | Modules/Setup.local | ||||
31 | Modules/config.c | ||||
Georg Brandl | 93512f2 | 2011-03-06 10:41:54 +0100 | [diff] [blame] | 32 | Modules/ld_so_aix$ |
Antoine Pitrou | b6705ac | 2010-04-13 17:36:07 +0000 | [diff] [blame] | 33 | Parser/pgen$ |
Georg Brandl | 93512f2 | 2011-03-06 10:41:54 +0100 | [diff] [blame] | 34 | Parser/pgen.stamp$ |
Antoine Pitrou | b6705ac | 2010-04-13 17:36:07 +0000 | [diff] [blame] | 35 | ^core |
36 | ^python-gdb.py | ||||
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 37 | |
38 | syntax: glob | ||||
Michael Foord | 764d75f | 2011-03-16 22:28:08 -0400 | [diff] [blame] | 39 | python.exe-gdb.py |
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 40 | libpython*.a |
Éric Araujo | 2636d77 | 2011-07-29 12:07:04 +0200 | [diff] [blame] | 41 | libpython*.so* |
Georg Brandl | 93512f2 | 2011-03-06 10:41:54 +0100 | [diff] [blame] | 42 | *.swp |
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 43 | *.o |
44 | *.pyc | ||||
45 | *.pyo | ||||
46 | *.pyd | ||||
47 | *.cover | ||||
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 48 | *~ |
49 | Lib/lib2to3/*.pickle | ||||
Benjamin Peterson | 9d2916c | 2009-07-11 22:25:24 +0000 | [diff] [blame] | 50 | Lib/test/data/* |
Michael Foord | 764d75f | 2011-03-16 22:28:08 -0400 | [diff] [blame] | 51 | Misc/*.wpu |
Antoine Pitrou | d4f016f | 2011-03-11 23:46:26 +0100 | [diff] [blame] | 52 | PC/python_nt*.h |
53 | PC/pythonnt_rc*.h | ||||
54 | PC/*.obj | ||||
Georg Brandl | ada12e3 | 2008-05-09 06:09:25 +0000 | [diff] [blame] | 55 | PCbuild/*.exe |
56 | PCbuild/*.dll | ||||
57 | PCbuild/*.pdb | ||||
58 | PCbuild/*.lib | ||||
59 | PCbuild/*.exp | ||||
60 | PCbuild/*.o | ||||
61 | PCbuild/*.ncb | ||||
62 | PCbuild/*.bsc | ||||
Antoine Pitrou | 36b6dfc | 2009-05-24 20:46:06 +0000 | [diff] [blame] | 63 | PCbuild/Win32-temp-* |
Ezio Melotti | 19d09d5 | 2011-06-25 20:19:54 +0300 | [diff] [blame] | 64 | .coverage |
65 | coverage/ | ||||
66 | htmlcov/ |