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