Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 1 | .gdb_history |
2 | .purify | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 3 | .svn/ |
Antoine Pitrou | 7563494 | 2010-03-21 00:22:55 +0000 | [diff] [blame] | 4 | Makefile$ |
5 | Makefile.pre$ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 6 | TAGS$ |
7 | autom4te.cache$ | ||||
8 | build/ | ||||
9 | buildno$ | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 10 | config.cache |
11 | config.log | ||||
12 | config.status | ||||
13 | config.status.lineno | ||||
14 | db_home | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 15 | platform$ |
16 | pyconfig.h$ | ||||
17 | python$ | ||||
18 | python.exe$ | ||||
19 | reflog.txt$ | ||||
20 | tags$ | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 21 | Lib/plat-mac/errors.rsrc.df.rsrc |
22 | Doc/tools/sphinx/ | ||||
23 | Doc/tools/docutils/ | ||||
24 | Doc/tools/jinja/ | ||||
Alexandre Vassalotti | 7b53fbf | 2009-07-21 00:57:50 +0000 | [diff] [blame] | 25 | Doc/tools/jinja2/ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 26 | Doc/tools/pygments/ |
Antoine Pitrou | 118ebe1 | 2009-05-24 20:47:04 +0000 | [diff] [blame] | 27 | Misc/python.pc |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 28 | Modules/Setup$ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 29 | Modules/Setup.config |
30 | Modules/Setup.local | ||||
31 | Modules/config.c | ||||
Georg Brandl | 9988b71 | 2010-09-11 06:39:58 +0000 | [diff] [blame] | 32 | Modules/ld_so_aix$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 33 | Parser/pgen$ |
Antoine Pitrou | 1d0aaea | 2010-08-15 16:26:49 +0000 | [diff] [blame] | 34 | Parser/pgen.stamp$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 35 | ^core |
36 | ^python-gdb.py | ||||
Brett Cannon | ad81f2b | 2011-01-25 00:56:18 +0000 | [diff] [blame] | 37 | ^python.exe-gdb.py |
Antoine Pitrou | e9b428f | 2010-08-13 22:25:01 +0000 | [diff] [blame] | 38 | ^pybuilddir.txt |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 39 | |
40 | syntax: glob | ||||
41 | libpython*.a | ||||
Éric Araujo | 5c8545b | 2011-07-28 22:38:44 +0200 | [diff] [blame] | 42 | libpython*.so* |
Brett Cannon | b5e69da | 2011-02-21 19:49:20 +0000 | [diff] [blame] | 43 | *.swp |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 44 | *.o |
45 | *.pyc | ||||
46 | *.pyo | ||||
47 | *.pyd | ||||
48 | *.cover | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 49 | *~ |
50 | Lib/lib2to3/*.pickle | ||||
Alexandre Vassalotti | 711ed4a | 2009-07-17 10:42:05 +0000 | [diff] [blame] | 51 | Lib/test/data/* |
Michael Foord | c867239 | 2011-03-15 18:19:58 -0400 | [diff] [blame] | 52 | Misc/*.wpu |
Antoine Pitrou | 26606fd | 2011-03-11 23:42:49 +0100 | [diff] [blame] | 53 | PC/python_nt*.h |
54 | PC/pythonnt_rc*.h | ||||
55 | PC/*.obj | ||||
Antoine Pitrou | 2964691 | 2011-08-27 18:46:17 +0200 | [diff] [blame] | 56 | PC/*.exe |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 57 | PCbuild/*.exe |
58 | PCbuild/*.dll | ||||
59 | PCbuild/*.pdb | ||||
60 | PCbuild/*.lib | ||||
61 | PCbuild/*.exp | ||||
62 | PCbuild/*.o | ||||
63 | PCbuild/*.ncb | ||||
64 | PCbuild/*.bsc | ||||
Antoine Pitrou | 118ebe1 | 2009-05-24 20:47:04 +0000 | [diff] [blame] | 65 | PCbuild/Win32-temp-* |
Barry Warsaw | 28a691b | 2010-04-17 00:19:56 +0000 | [diff] [blame] | 66 | __pycache__ |
Antoine Pitrou | 8e60577 | 2011-04-25 21:21:07 +0200 | [diff] [blame] | 67 | Modules/_testembed |
Ezio Melotti | f00bfa2 | 2011-06-25 12:36:38 +0300 | [diff] [blame] | 68 | .coverage |
69 | coverage/ | ||||
70 | htmlcov/ |