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/ |
Brett Cannon | 544272a | 2016-06-12 13:23:15 -0700 | [diff] [blame] | 5 | ^.vscode/ |
Raymond Hettinger | 0fe236b | 2013-05-17 02:23:16 -0700 | [diff] [blame] | 6 | .DS_Store |
Antoine Pitrou | 7563494 | 2010-03-21 00:22:55 +0000 | [diff] [blame] | 7 | Makefile$ |
8 | Makefile.pre$ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 9 | TAGS$ |
10 | autom4te.cache$ | ||||
Antoine Pitrou | 3ff3521 | 2011-04-04 20:52:50 +0200 | [diff] [blame] | 11 | ^build/ |
12 | ^Doc/build/ | ||||
Brett Cannon | d5ea39d | 2014-12-05 15:17:31 -0500 | [diff] [blame] | 13 | ^Doc/venv/ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 14 | buildno$ |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 15 | config.cache |
16 | config.log | ||||
17 | config.status | ||||
18 | config.status.lineno | ||||
19 | db_home | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 20 | platform$ |
21 | pyconfig.h$ | ||||
22 | python$ | ||||
Zachary Ware | 45bc17b | 2014-04-30 15:47:53 -0500 | [diff] [blame] | 23 | python.bat$ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 24 | python.exe$ |
Brett Cannon | f659cdc | 2013-01-27 13:08:18 -0500 | [diff] [blame] | 25 | python-config$ |
26 | python-config.py$ | ||||
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 27 | reflog.txt$ |
28 | tags$ | ||||
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$ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 36 | ^lcov-report/ |
Antoine Pitrou | 9b82f99 | 2010-04-13 17:37:01 +0000 | [diff] [blame] | 37 | ^core |
38 | ^python-gdb.py | ||||
Brett Cannon | ad81f2b | 2011-01-25 00:56:18 +0000 | [diff] [blame] | 39 | ^python.exe-gdb.py |
Antoine Pitrou | e9b428f | 2010-08-13 22:25:01 +0000 | [diff] [blame] | 40 | ^pybuilddir.txt |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 41 | |
42 | syntax: glob | ||||
43 | libpython*.a | ||||
Éric Araujo | 5c8545b | 2011-07-28 22:38:44 +0200 | [diff] [blame] | 44 | libpython*.so* |
Zachary Ware | 3cdaaaf | 2016-09-06 16:46:22 -0700 | [diff] [blame] | 45 | libpython*.dylib |
Zachary Ware | 43a8981 | 2016-10-01 17:00:51 -0500 | [diff] [blame] | 46 | libpython*.dll |
Brett Cannon | b5e69da | 2011-02-21 19:49:20 +0000 | [diff] [blame] | 47 | *.swp |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 48 | *.o |
49 | *.pyc | ||||
50 | *.pyo | ||||
51 | *.pyd | ||||
52 | *.cover | ||||
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 53 | *~ |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 54 | *.gc?? |
55 | *.profclang? | ||||
56 | *.profraw | ||||
Zachary Ware | 5af8564 | 2015-12-21 12:09:17 -0600 | [diff] [blame] | 57 | *.dyn |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 58 | Include/pydtrace_probes.h |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 59 | Lib/distutils/command/*.pdb |
Alexandre Vassalotti | 6461e10 | 2008-05-15 22:09:29 +0000 | [diff] [blame] | 60 | Lib/lib2to3/*.pickle |
Alexandre Vassalotti | 711ed4a | 2009-07-17 10:42:05 +0000 | [diff] [blame] | 61 | Lib/test/data/* |
Michael Foord | c867239 | 2011-03-15 18:19:58 -0400 | [diff] [blame] | 62 | Misc/*.wpu |
Antoine Pitrou | 26606fd | 2011-03-11 23:42:49 +0100 | [diff] [blame] | 63 | PC/python_nt*.h |
64 | PC/pythonnt_rc*.h | ||||
Antoine Pitrou | fedb04a | 2012-06-14 21:54:24 +0200 | [diff] [blame] | 65 | PC/*/*.exe |
Antoine Pitrou | a4f9e36 | 2012-06-23 22:11:58 +0200 | [diff] [blame] | 66 | PC/*/*.exp |
67 | PC/*/*.lib | ||||
68 | PC/*/*.bsc | ||||
69 | PC/*/*.dll | ||||
Antoine Pitrou | fedb04a | 2012-06-14 21:54:24 +0200 | [diff] [blame] | 70 | PC/*/*.pdb |
Antoine Pitrou | adbda17 | 2012-05-16 11:31:13 +0200 | [diff] [blame] | 71 | PC/*/*.user |
72 | PC/*/*.ncb | ||||
73 | PC/*/*.suo | ||||
Antoine Pitrou | b3c16fb | 2012-05-16 14:42:38 +0200 | [diff] [blame] | 74 | PC/*/Win32-temp-* |
75 | PC/*/x64-temp-* | ||||
76 | PC/*/amd64 | ||||
Antoine Pitrou | 457cdf5 | 2011-04-04 20:55:48 +0200 | [diff] [blame] | 77 | PCbuild/*.user |
78 | PCbuild/*.suo | ||||
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 79 | PCbuild/*.*sdf |
Zachary Ware | c2447f2 | 2014-03-18 22:28:16 -0500 | [diff] [blame] | 80 | PCbuild/*-pgi |
81 | PCbuild/*-pgo | ||||
Zachary Ware | 2eb1a8b | 2015-05-16 22:45:27 -0500 | [diff] [blame] | 82 | PCbuild/.vs |
Antoine Pitrou | b3c16fb | 2012-05-16 14:42:38 +0200 | [diff] [blame] | 83 | PCbuild/amd64 |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 84 | PCbuild/obj |
85 | PCbuild/win32 | ||||
Andrew Kuchling | 6b53296 | 2013-11-10 13:43:47 -0500 | [diff] [blame] | 86 | Tools/unicode/build/ |
87 | Tools/unicode/MAPPINGS/ | ||||
Antoine Pitrou | adbda17 | 2012-05-16 11:31:13 +0200 | [diff] [blame] | 88 | BuildLog.htm |
Barry Warsaw | 28a691b | 2010-04-17 00:19:56 +0000 | [diff] [blame] | 89 | __pycache__ |
Zachary Ware | c55f573 | 2016-10-01 17:18:03 -0500 | [diff] [blame] | 90 | Parser/pgen{,.exe} |
Zachary Ware | 43a8981 | 2016-10-01 17:00:51 -0500 | [diff] [blame] | 91 | Programs/_freeze_importlib{,.exe} |
92 | Programs/_testembed{,.exe} | ||||
Ezio Melotti | f00bfa2 | 2011-06-25 12:36:38 +0300 | [diff] [blame] | 93 | .coverage |
94 | coverage/ | ||||
Zachary Ware | 4b2b1de | 2014-11-01 22:39:21 -0500 | [diff] [blame] | 95 | externals/ |
Ezio Melotti | f00bfa2 | 2011-06-25 12:36:38 +0300 | [diff] [blame] | 96 | htmlcov/ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 97 | *.gcda |
98 | *.gcno | ||||
99 | *.gcov | ||||
Steve Dower | 63cf72d | 2016-09-05 10:12:03 -0700 | [diff] [blame] | 100 | ipch/ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 101 | coverage.info |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 102 | Tools/msi/obj |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 103 | Tools/ssl/amd64 |
104 | Tools/ssl/win32 | ||||
Steve Dower | 63cf72d | 2016-09-05 10:12:03 -0700 | [diff] [blame] | 105 | .vs/ |
106 | .vscode/ |