blob: 92896b7bc21c152ca0c66d04b096f06508134cd4 [file] [log] [blame]
Alexandre Vassalotti6461e102008-05-15 22:09:29 +00001.gdb_history
2.purify
Antoine Pitrou9b82f992010-04-13 17:37:01 +00003.svn/
Christian Heimesb649ed72013-10-19 19:55:27 +02004^.idea/
Brett Cannon544272a2016-06-12 13:23:15 -07005^.vscode/
Raymond Hettinger0fe236b2013-05-17 02:23:16 -07006.DS_Store
Antoine Pitrou75634942010-03-21 00:22:55 +00007Makefile$
8Makefile.pre$
Antoine Pitrou9b82f992010-04-13 17:37:01 +00009TAGS$
10autom4te.cache$
Antoine Pitrou3ff35212011-04-04 20:52:50 +020011^build/
12^Doc/build/
Brett Cannond5ea39d2014-12-05 15:17:31 -050013^Doc/venv/
Antoine Pitrou9b82f992010-04-13 17:37:01 +000014buildno$
Alexandre Vassalotti6461e102008-05-15 22:09:29 +000015config.cache
16config.log
17config.status
18config.status.lineno
19db_home
Antoine Pitrou9b82f992010-04-13 17:37:01 +000020platform$
21pyconfig.h$
22python$
Zachary Ware45bc17b2014-04-30 15:47:53 -050023python.bat$
Antoine Pitrou9b82f992010-04-13 17:37:01 +000024python.exe$
Brett Cannonf659cdc2013-01-27 13:08:18 -050025python-config$
26python-config.py$
Antoine Pitrou9b82f992010-04-13 17:37:01 +000027reflog.txt$
28tags$
Antoine Pitrou118ebe12009-05-24 20:47:04 +000029Misc/python.pc
Brett Cannonf659cdc2013-01-27 13:08:18 -050030Misc/python-config.sh$
Antoine Pitrou9b82f992010-04-13 17:37:01 +000031Modules/Setup$
Alexandre Vassalotti6461e102008-05-15 22:09:29 +000032Modules/Setup.config
33Modules/Setup.local
34Modules/config.c
Georg Brandl9988b712010-09-11 06:39:58 +000035Modules/ld_so_aix$
Antoine Pitrou9b82f992010-04-13 17:37:01 +000036Parser/pgen$
Christian Heimes49e52f92013-07-31 00:55:18 +020037^lcov-report/
Antoine Pitrou9b82f992010-04-13 17:37:01 +000038^core
39^python-gdb.py
Brett Cannonad81f2b2011-01-25 00:56:18 +000040^python.exe-gdb.py
Antoine Pitroue9b428f2010-08-13 22:25:01 +000041^pybuilddir.txt
Alexandre Vassalotti6461e102008-05-15 22:09:29 +000042
43syntax: glob
44libpython*.a
Éric Araujo5c8545b2011-07-28 22:38:44 +020045libpython*.so*
Zachary Ware3cdaaaf2016-09-06 16:46:22 -070046libpython*.dylib
Brett Cannonb5e69da2011-02-21 19:49:20 +000047*.swp
Alexandre Vassalotti6461e102008-05-15 22:09:29 +000048*.o
49*.pyc
50*.pyo
51*.pyd
52*.cover
Alexandre Vassalotti6461e102008-05-15 22:09:29 +000053*~
Brett Cannon7188a3e2015-09-18 15:13:44 -070054*.gc??
55*.profclang?
56*.profraw
Zachary Ware5af85642015-12-21 12:09:17 -060057*.dyn
Łukasz Langaa785c872016-09-09 17:37:37 -070058Include/pydtrace_probes.h
Steve Dower65e4cb12014-11-22 12:54:57 -080059Lib/distutils/command/*.pdb
Alexandre Vassalotti6461e102008-05-15 22:09:29 +000060Lib/lib2to3/*.pickle
Alexandre Vassalotti711ed4a2009-07-17 10:42:05 +000061Lib/test/data/*
Michael Foordc8672392011-03-15 18:19:58 -040062Misc/*.wpu
Antoine Pitrou26606fd2011-03-11 23:42:49 +010063PC/python_nt*.h
64PC/pythonnt_rc*.h
Antoine Pitroufedb04a2012-06-14 21:54:24 +020065PC/*/*.exe
Antoine Pitroua4f9e362012-06-23 22:11:58 +020066PC/*/*.exp
67PC/*/*.lib
68PC/*/*.bsc
69PC/*/*.dll
Antoine Pitroufedb04a2012-06-14 21:54:24 +020070PC/*/*.pdb
Antoine Pitrouadbda172012-05-16 11:31:13 +020071PC/*/*.user
72PC/*/*.ncb
73PC/*/*.suo
Antoine Pitroub3c16fb2012-05-16 14:42:38 +020074PC/*/Win32-temp-*
75PC/*/x64-temp-*
76PC/*/amd64
Antoine Pitrou457cdf52011-04-04 20:55:48 +020077PCbuild/*.user
78PCbuild/*.suo
Brian Curtin401f9f32012-05-13 11:19:23 -050079PCbuild/*.*sdf
Zachary Warec2447f22014-03-18 22:28:16 -050080PCbuild/*-pgi
81PCbuild/*-pgo
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050082PCbuild/.vs
Antoine Pitroub3c16fb2012-05-16 14:42:38 +020083PCbuild/amd64
Steve Dower65e4cb12014-11-22 12:54:57 -080084PCbuild/obj
85PCbuild/win32
Andrew Kuchling6b532962013-11-10 13:43:47 -050086Tools/unicode/build/
87Tools/unicode/MAPPINGS/
Antoine Pitrouadbda172012-05-16 11:31:13 +020088BuildLog.htm
Barry Warsaw28a691b2010-04-17 00:19:56 +000089__pycache__
Nick Coghlan973fe0b2014-07-25 21:52:14 +100090Programs/_freeze_importlib
91Programs/_testembed
Ezio Melottif00bfa22011-06-25 12:36:38 +030092.coverage
93coverage/
Zachary Ware4b2b1de2014-11-01 22:39:21 -050094externals/
Ezio Melottif00bfa22011-06-25 12:36:38 +030095htmlcov/
Christian Heimes49e52f92013-07-31 00:55:18 +020096*.gcda
97*.gcno
98*.gcov
Steve Dower63cf72d2016-09-05 10:12:03 -070099ipch/
Christian Heimes49e52f92013-07-31 00:55:18 +0200100coverage.info
Steve Dowerbb240872015-02-05 22:08:48 -0800101Tools/msi/obj
Steve Dower65e4cb12014-11-22 12:54:57 -0800102Tools/ssl/amd64
103Tools/ssl/win32
Steve Dower63cf72d2016-09-05 10:12:03 -0700104.vs/
105.vscode/