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/ | ||||
Brett Cannon | d5ea39d | 2014-12-05 15:17:31 -0500 | [diff] [blame] | 12 | ^Doc/venv/ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 13 | buildno$ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 14 | config.cache |
15 | config.log | ||||
16 | config.status | ||||
17 | config.status.lineno | ||||
18 | db_home | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 19 | platform$ |
20 | pyconfig.h$ | ||||
21 | python$ | ||||
Zachary Ware | 45bc17b | 2014-04-30 15:47:53 -0500 | [diff] [blame] | 22 | python.bat$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 23 | python.exe$ |
Brett Cannon | f659cdc | 2013-01-27 13:08:18 -0500 | [diff] [blame] | 24 | python-config$ |
25 | python-config.py$ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 26 | reflog.txt$ |
27 | tags$ | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 28 | Lib/plat-mac/errors.rsrc.df.rsrc |
Antoine Pitrou | 118ebe1 | 2009-05-24 20:47:04 +0000 | [diff] [blame] | 29 | Misc/python.pc |
Brett Cannon | f659cdc | 2013-01-27 13:08:18 -0500 | [diff] [blame] | 30 | Misc/python-config.sh$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 31 | Modules/Setup$ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 32 | Modules/Setup.config |
33 | Modules/Setup.local | ||||
34 | Modules/config.c | ||||
Georg Brandl | 9988b71 | 2010-09-11 06:39:58 +0000 | [diff] [blame] | 35 | Modules/ld_so_aix$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 36 | Parser/pgen$ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 37 | ^lcov-report/ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 38 | ^core |
39 | ^python-gdb.py | ||||
Brett Cannon | ad81f2b | 2011-01-25 00:56:18 +0000 | [diff] [blame] | 40 | ^python.exe-gdb.py |
Antoine Pitrou | e9b428f | 2010-08-13 22:25:01 +0000 | [diff] [blame] | 41 | ^pybuilddir.txt |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 42 | |
43 | syntax: glob | ||||
44 | libpython*.a | ||||
Éric Araujo | 5c8545b | 2011-07-28 22:38:44 +0200 | [diff] [blame] | 45 | libpython*.so* |
Brett Cannon | b5e69da | 2011-02-21 19:49:20 +0000 | [diff] [blame] | 46 | *.swp |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 47 | *.o |
48 | *.pyc | ||||
49 | *.pyo | ||||
50 | *.pyd | ||||
51 | *.cover | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 52 | *~ |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 53 | *.gc?? |
54 | *.profclang? | ||||
55 | *.profraw | ||||
Zachary Ware | 5af8564 | 2015-12-21 12:09:17 -0600 | [diff] [blame] | 56 | *.dyn |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 57 | Lib/distutils/command/*.pdb |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 58 | Lib/lib2to3/*.pickle |
Alexandre Vassalotti | 711ed4a | 2009-07-17 10:42:05 +0000 | [diff] [blame] | 59 | Lib/test/data/* |
Michael Foord | c867239 | 2011-03-15 18:19:58 -0400 | [diff] [blame] | 60 | Misc/*.wpu |
Antoine Pitrou | 26606fd | 2011-03-11 23:42:49 +0100 | [diff] [blame] | 61 | PC/python_nt*.h |
62 | PC/pythonnt_rc*.h | ||||
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 | ||||
Antoine Pitrou | 457cdf5 | 2011-04-04 20:55:48 +0200 | [diff] [blame] | 75 | PCbuild/*.user |
76 | PCbuild/*.suo | ||||
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 77 | PCbuild/*.*sdf |
Zachary Ware | c2447f2 | 2014-03-18 22:28:16 -0500 | [diff] [blame] | 78 | PCbuild/*-pgi |
79 | PCbuild/*-pgo | ||||
Zachary Ware | 2eb1a8b | 2015-05-16 22:45:27 -0500 | [diff] [blame] | 80 | PCbuild/.vs |
Antoine Pitrou | b3c16fb | 2012-05-16 14:42:38 +0200 | [diff] [blame] | 81 | PCbuild/amd64 |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 82 | PCbuild/obj |
83 | PCbuild/win32 | ||||
Andrew Kuchling | 6b53296 | 2013-11-10 13:43:47 -0500 | [diff] [blame] | 84 | Tools/unicode/build/ |
85 | Tools/unicode/MAPPINGS/ | ||||
Antoine Pitrou | adbda17 | 2012-05-16 11:31:13 +0200 | [diff] [blame] | 86 | BuildLog.htm |
Barry Warsaw | 28a691b | 2010-04-17 00:19:56 +0000 | [diff] [blame] | 87 | __pycache__ |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 88 | Programs/_freeze_importlib |
89 | Programs/_testembed | ||||
Ezio Melotti | f00bfa2 | 2011-06-25 12:36:38 +0300 | [diff] [blame] | 90 | .coverage |
91 | coverage/ | ||||
Zachary Ware | 4b2b1de | 2014-11-01 22:39:21 -0500 | [diff] [blame] | 92 | externals/ |
Ezio Melotti | f00bfa2 | 2011-06-25 12:36:38 +0300 | [diff] [blame] | 93 | htmlcov/ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 94 | *.gcda |
95 | *.gcno | ||||
96 | *.gcov | ||||
97 | coverage.info | ||||
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 98 | Tools/msi/obj |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 99 | Tools/ssl/amd64 |
100 | Tools/ssl/win32 |