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/ |
Christian Heimes | b649ed7 | 2013-10-19 19:55:27 +0200 | [diff] [blame] | 4 | ^.idea/ |
Raymond Hettinger | 0fe236b | 2013-05-17 02:23:16 -0700 | [diff] [blame] | 5 | .DS_Store |
Antoine Pitrou | 7563494 | 2010-03-21 00:22:55 +0000 | [diff] [blame] | 6 | Makefile$ |
7 | Makefile.pre$ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 8 | TAGS$ |
9 | autom4te.cache$ | ||||
Antoine Pitrou | 3ff3521 | 2011-04-04 20:52:50 +0200 | [diff] [blame] | 10 | ^build/ |
11 | ^Doc/build/ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 12 | buildno$ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 13 | config.cache |
14 | config.log | ||||
15 | config.status | ||||
16 | config.status.lineno | ||||
17 | db_home | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 18 | platform$ |
19 | pyconfig.h$ | ||||
20 | python$ | ||||
21 | python.exe$ | ||||
Brett Cannon | f659cdc | 2013-01-27 13:08:18 -0500 | [diff] [blame] | 22 | python-config$ |
23 | python-config.py$ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 24 | reflog.txt$ |
25 | tags$ | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 26 | Lib/plat-mac/errors.rsrc.df.rsrc |
27 | Doc/tools/sphinx/ | ||||
28 | Doc/tools/docutils/ | ||||
29 | Doc/tools/jinja/ | ||||
Alexandre Vassalotti | 7b53fbf | 2009-07-21 00:57:50 +0000 | [diff] [blame] | 30 | Doc/tools/jinja2/ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 31 | Doc/tools/pygments/ |
Antoine Pitrou | 118ebe1 | 2009-05-24 20:47:04 +0000 | [diff] [blame] | 32 | Misc/python.pc |
Brett Cannon | f659cdc | 2013-01-27 13:08:18 -0500 | [diff] [blame] | 33 | Misc/python-config.sh$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 34 | Modules/Setup$ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 35 | Modules/Setup.config |
36 | Modules/Setup.local | ||||
37 | Modules/config.c | ||||
Georg Brandl | 9988b71 | 2010-09-11 06:39:58 +0000 | [diff] [blame] | 38 | Modules/ld_so_aix$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 39 | Parser/pgen$ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 40 | ^lcov-report/ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 41 | ^core |
42 | ^python-gdb.py | ||||
Brett Cannon | ad81f2b | 2011-01-25 00:56:18 +0000 | [diff] [blame] | 43 | ^python.exe-gdb.py |
Antoine Pitrou | e9b428f | 2010-08-13 22:25:01 +0000 | [diff] [blame] | 44 | ^pybuilddir.txt |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 45 | |
46 | syntax: glob | ||||
47 | libpython*.a | ||||
Éric Araujo | 5c8545b | 2011-07-28 22:38:44 +0200 | [diff] [blame] | 48 | libpython*.so* |
Brett Cannon | b5e69da | 2011-02-21 19:49:20 +0000 | [diff] [blame] | 49 | *.swp |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 50 | *.o |
51 | *.pyc | ||||
52 | *.pyo | ||||
53 | *.pyd | ||||
54 | *.cover | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 55 | *~ |
56 | Lib/lib2to3/*.pickle | ||||
Alexandre Vassalotti | 711ed4a | 2009-07-17 10:42:05 +0000 | [diff] [blame] | 57 | Lib/test/data/* |
Michael Foord | c867239 | 2011-03-15 18:19:58 -0400 | [diff] [blame] | 58 | Misc/*.wpu |
Antoine Pitrou | 26606fd | 2011-03-11 23:42:49 +0100 | [diff] [blame] | 59 | PC/python_nt*.h |
60 | PC/pythonnt_rc*.h | ||||
61 | PC/*.obj | ||||
Antoine Pitrou | 2964691 | 2011-08-27 18:46:17 +0200 | [diff] [blame] | 62 | PC/*.exe |
Antoine Pitrou | fedb04a | 2012-06-14 21:54:24 +0200 | [diff] [blame] | 63 | PC/*/*.exe |
Antoine Pitrou | a4f9e36 | 2012-06-23 22:11:58 +0200 | [diff] [blame] | 64 | PC/*/*.exp |
65 | PC/*/*.lib | ||||
66 | PC/*/*.bsc | ||||
67 | PC/*/*.dll | ||||
Antoine Pitrou | fedb04a | 2012-06-14 21:54:24 +0200 | [diff] [blame] | 68 | PC/*/*.pdb |
Antoine Pitrou | adbda17 | 2012-05-16 11:31:13 +0200 | [diff] [blame] | 69 | PC/*/*.user |
70 | PC/*/*.ncb | ||||
71 | PC/*/*.suo | ||||
Antoine Pitrou | b3c16fb | 2012-05-16 14:42:38 +0200 | [diff] [blame] | 72 | PC/*/Win32-temp-* |
73 | PC/*/x64-temp-* | ||||
74 | PC/*/amd64 | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 75 | PCbuild/*.exe |
76 | PCbuild/*.dll | ||||
77 | PCbuild/*.pdb | ||||
78 | PCbuild/*.lib | ||||
79 | PCbuild/*.exp | ||||
80 | PCbuild/*.o | ||||
81 | PCbuild/*.ncb | ||||
82 | PCbuild/*.bsc | ||||
Antoine Pitrou | 457cdf5 | 2011-04-04 20:55:48 +0200 | [diff] [blame] | 83 | PCbuild/*.user |
84 | PCbuild/*.suo | ||||
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 85 | PCbuild/*.*sdf |
Antoine Pitrou | 118ebe1 | 2009-05-24 20:47:04 +0000 | [diff] [blame] | 86 | PCbuild/Win32-temp-* |
brian.curtin | 71cc78a | 2011-04-04 13:00:49 -0500 | [diff] [blame] | 87 | PCbuild/x64-temp-* |
Antoine Pitrou | b3c16fb | 2012-05-16 14:42:38 +0200 | [diff] [blame] | 88 | PCbuild/amd64 |
Tim Peters | b19ff41 | 2013-11-02 13:21:28 -0500 | [diff] [blame] | 89 | PCbuild/ipch |
Andrew Kuchling | 6b53296 | 2013-11-10 13:43:47 -0500 | [diff] [blame] | 90 | Tools/unicode/build/ |
91 | Tools/unicode/MAPPINGS/ | ||||
Antoine Pitrou | adbda17 | 2012-05-16 11:31:13 +0200 | [diff] [blame] | 92 | BuildLog.htm |
Barry Warsaw | 28a691b | 2010-04-17 00:19:56 +0000 | [diff] [blame] | 93 | __pycache__ |
Antoine Pitrou | e67f48c | 2012-06-19 22:29:35 +0200 | [diff] [blame] | 94 | Modules/_freeze_importlib |
Antoine Pitrou | 8e60577 | 2011-04-25 21:21:07 +0200 | [diff] [blame] | 95 | Modules/_testembed |
Ezio Melotti | f00bfa2 | 2011-06-25 12:36:38 +0300 | [diff] [blame] | 96 | .coverage |
97 | coverage/ | ||||
98 | htmlcov/ | ||||
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 99 | *.gcda |
100 | *.gcno | ||||
101 | *.gcov | ||||
102 | coverage.info |