blob: de4c573fad62498d5e3e12c182828c78536293d0 [file] [log] [blame]
Christian Heimes3d2198c2015-04-22 23:54:44 +02001# Two-trick pony for OSX and other case insensitive file systems:
2# Ignore ./python binary on Unix but still look into ./Python/ directory.
gfyoungc0fa4ba2017-05-24 11:57:37 -04003.idea/
Christian Heimes3d2198c2015-04-22 23:54:44 +02004/python
Steve Dower63cf72d2016-09-05 10:12:03 -07005!/Python/
Victor Stinner7bbc8552010-12-17 22:24:30 +00006*.cover
gfyoungc0fa4ba2017-05-24 11:57:37 -04007*.iml
Victor Stinner7bbc8552010-12-17 22:24:30 +00008*.o
9*.orig
10*.pyc
11*.pyd
12*.pyo
13*.rej
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030014*.swp
Victor Stinner7bbc8552010-12-17 22:24:30 +000015*~
Brett Cannon7188a3e2015-09-18 15:13:44 -070016*.gc??
17*.profclang?
18*.profraw
Zachary Ware5af85642015-12-21 12:09:17 -060019*.dyn
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030020.gdb_history
Victor Stinnerd960fae2010-10-25 17:37:18 +000021Doc/build/
Brett Cannond5ea39d2014-12-05 15:17:31 -050022Doc/venv/
Łukasz Langa50da40f2017-03-10 05:29:43 -080023Include/pydtrace_probes.h
Steve Dower65e4cb12014-11-22 12:54:57 -080024Lib/distutils/command/*.pdb
Victor Stinner7bbc8552010-12-17 22:24:30 +000025Lib/lib2to3/*.pickle
Andrew Kuchling5e03e492013-06-21 07:44:50 -040026Lib/test/data/*
Victor Stinnerd960fae2010-10-25 17:37:18 +000027Makefile
28Makefile.pre
29Misc/python.pc
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010030Misc/python-config.sh
Victor Stinnerd960fae2010-10-25 17:37:18 +000031Modules/Setup
32Modules/Setup.config
33Modules/Setup.local
34Modules/config.c
Victor Stinner7bbc8552010-12-17 22:24:30 +000035Modules/ld_so_aix
Nick Coghlan973fe0b2014-07-25 21:52:14 +100036Programs/_freeze_importlib
Zachary Ware43a89812016-10-01 17:00:51 -050037Programs/_freeze_importlib.exe
Nick Coghlan973fe0b2014-07-25 21:52:14 +100038Programs/_testembed
Zachary Ware43a89812016-10-01 17:00:51 -050039Programs/_testembed.exe
Zachary Ware30270c82014-10-10 23:42:59 -050040PC/python_nt*.h
41PC/pythonnt_rc*.h
Steve Dower65e4cb12014-11-22 12:54:57 -080042PC/*/*.exe
43PC/*/*.exp
44PC/*/*.lib
45PC/*/*.bsc
46PC/*/*.dll
47PC/*/*.pdb
48PC/*/*.user
49PC/*/*.ncb
50PC/*/*.suo
51PC/*/Win32-temp-*
52PC/*/x64-temp-*
53PC/*/amd64
Zachary Ware30270c82014-10-10 23:42:59 -050054PCbuild/*.user
55PCbuild/*.suo
56PCbuild/*.*sdf
Zachary Ware30270c82014-10-10 23:42:59 -050057PCbuild/*-pgi
58PCbuild/*-pgo
Segev Finer8e675282017-04-21 02:32:26 +030059PCbuild/*.VC.db
60PCbuild/*.VC.opendb
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050061PCbuild/.vs/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030062PCbuild/amd64/
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050063PCbuild/obj/
64PCBuild/win32/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030065.purify
Victor Stinnerd960fae2010-10-25 17:37:18 +000066Parser/pgen
Zachary Warec55f5732016-10-01 17:18:03 -050067Parser/pgen.exe
Victor Stinner7bbc8552010-12-17 22:24:30 +000068__pycache__
69autom4te.cache
Victor Stinnerd960fae2010-10-25 17:37:18 +000070build/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030071buildno
72config.cache
73config.log
74config.status
75config.status.lineno
76core
77db_home
Steve Dower63cf72d2016-09-05 10:12:03 -070078.hg/
79ipch/
Victor Stinner7bbc8552010-12-17 22:24:30 +000080libpython*.a
Éric Araujo5c8545b2011-07-28 22:38:44 +020081libpython*.so*
Zachary Ware3cdaaaf2016-09-06 16:46:22 -070082libpython*.dylib
Zachary Ware43a89812016-10-01 17:00:51 -050083libpython*.dll
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030084platform
Victor Stinnerd960fae2010-10-25 17:37:18 +000085pybuilddir.txt
86pyconfig.h
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010087python-config
88python-config.py
Zachary Ware30270c82014-10-10 23:42:59 -050089python.bat
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030090python.exe
Victor Stinnerd960fae2010-10-25 17:37:18 +000091python-gdb.py
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030092python.exe-gdb.py
93reflog.txt
94.svn/
Victor Stinnerd960fae2010-10-25 17:37:18 +000095tags
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030096TAGS
Ezio Melottif00bfa22011-06-25 12:36:38 +030097.coverage
98coverage/
Zachary Ware4b2b1de2014-11-01 22:39:21 -050099externals/
Ezio Melottif00bfa22011-06-25 12:36:38 +0300100htmlcov/
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/