blob: ea7abfe55991d6103ac6dde8b857cd329af789e5 [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.
3/python
Steve Dower63cf72d2016-09-05 10:12:03 -07004!/Python/
Victor Stinner7bbc8552010-12-17 22:24:30 +00005*.cover
gfyoungc0fa4ba2017-05-24 11:57:37 -04006*.iml
Victor Stinner7bbc8552010-12-17 22:24:30 +00007*.o
8*.orig
9*.pyc
10*.pyd
11*.pyo
12*.rej
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030013*.swp
Victor Stinner7bbc8552010-12-17 22:24:30 +000014*~
Brett Cannon7188a3e2015-09-18 15:13:44 -070015*.gc??
16*.profclang?
17*.profraw
Zachary Ware5af85642015-12-21 12:09:17 -060018*.dyn
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030019.gdb_history
Victor Stinnerd960fae2010-10-25 17:37:18 +000020Doc/build/
Brett Cannond5ea39d2014-12-05 15:17:31 -050021Doc/venv/
Łukasz Langa50da40f2017-03-10 05:29:43 -080022Include/pydtrace_probes.h
Steve Dower65e4cb12014-11-22 12:54:57 -080023Lib/distutils/command/*.pdb
Victor Stinner7bbc8552010-12-17 22:24:30 +000024Lib/lib2to3/*.pickle
Andrew Kuchling5e03e492013-06-21 07:44:50 -040025Lib/test/data/*
Victor Stinnerd960fae2010-10-25 17:37:18 +000026Makefile
27Makefile.pre
28Misc/python.pc
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010029Misc/python-config.sh
Victor Stinnerd960fae2010-10-25 17:37:18 +000030Modules/Setup
31Modules/Setup.config
32Modules/Setup.local
33Modules/config.c
Victor Stinner7bbc8552010-12-17 22:24:30 +000034Modules/ld_so_aix
Nick Coghlan973fe0b2014-07-25 21:52:14 +100035Programs/_freeze_importlib
Zachary Ware43a89812016-10-01 17:00:51 -050036Programs/_freeze_importlib.exe
Nick Coghlan973fe0b2014-07-25 21:52:14 +100037Programs/_testembed
Zachary Ware43a89812016-10-01 17:00:51 -050038Programs/_testembed.exe
Zachary Ware30270c82014-10-10 23:42:59 -050039PC/python_nt*.h
40PC/pythonnt_rc*.h
Steve Dower65e4cb12014-11-22 12:54:57 -080041PC/*/*.exe
42PC/*/*.exp
43PC/*/*.lib
44PC/*/*.bsc
45PC/*/*.dll
46PC/*/*.pdb
47PC/*/*.user
48PC/*/*.ncb
49PC/*/*.suo
50PC/*/Win32-temp-*
51PC/*/x64-temp-*
52PC/*/amd64
Zachary Ware30270c82014-10-10 23:42:59 -050053PCbuild/*.user
54PCbuild/*.suo
55PCbuild/*.*sdf
Zachary Ware30270c82014-10-10 23:42:59 -050056PCbuild/*-pgi
57PCbuild/*-pgo
Segev Finer8e675282017-04-21 02:32:26 +030058PCbuild/*.VC.db
59PCbuild/*.VC.opendb
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050060PCbuild/.vs/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030061PCbuild/amd64/
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050062PCbuild/obj/
Segev Finerbe5ebe52017-07-06 23:43:37 +030063PCbuild/win32/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030064.purify
Victor Stinnerd960fae2010-10-25 17:37:18 +000065Parser/pgen
Zachary Warec55f5732016-10-01 17:18:03 -050066Parser/pgen.exe
Victor Stinner7bbc8552010-12-17 22:24:30 +000067__pycache__
68autom4te.cache
Victor Stinnerd960fae2010-10-25 17:37:18 +000069build/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030070buildno
71config.cache
72config.log
73config.status
74config.status.lineno
75core
76db_home
Steve Dower63cf72d2016-09-05 10:12:03 -070077.hg/
Steve Dower323d5382017-05-24 09:24:49 -070078.idea/
Steve Dower63cf72d2016-09-05 10:12:03 -070079ipch/
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/