blob: ed4ebfbbd9de74ed329b9f39dfe658937ecaee94 [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
6*.o
7*.orig
8*.pyc
9*.pyd
10*.pyo
11*.rej
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030012*.swp
Victor Stinner7bbc8552010-12-17 22:24:30 +000013*~
Brett Cannon7188a3e2015-09-18 15:13:44 -070014*.gc??
15*.profclang?
16*.profraw
Zachary Ware5af85642015-12-21 12:09:17 -060017*.dyn
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030018.gdb_history
Victor Stinnerd960fae2010-10-25 17:37:18 +000019Doc/build/
Brett Cannond5ea39d2014-12-05 15:17:31 -050020Doc/venv/
Steve Dower65e4cb12014-11-22 12:54:57 -080021Lib/distutils/command/*.pdb
Victor Stinner7bbc8552010-12-17 22:24:30 +000022Lib/lib2to3/*.pickle
Andrew Kuchling5e03e492013-06-21 07:44:50 -040023Lib/test/data/*
Victor Stinnerd960fae2010-10-25 17:37:18 +000024Makefile
25Makefile.pre
26Misc/python.pc
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010027Misc/python-config.sh
Victor Stinnerd960fae2010-10-25 17:37:18 +000028Modules/Setup
29Modules/Setup.config
30Modules/Setup.local
31Modules/config.c
Victor Stinner7bbc8552010-12-17 22:24:30 +000032Modules/ld_so_aix
Nick Coghlan973fe0b2014-07-25 21:52:14 +100033Programs/_freeze_importlib
34Programs/_testembed
Zachary Ware30270c82014-10-10 23:42:59 -050035PC/python_nt*.h
36PC/pythonnt_rc*.h
Steve Dower65e4cb12014-11-22 12:54:57 -080037PC/*/*.exe
38PC/*/*.exp
39PC/*/*.lib
40PC/*/*.bsc
41PC/*/*.dll
42PC/*/*.pdb
43PC/*/*.user
44PC/*/*.ncb
45PC/*/*.suo
46PC/*/Win32-temp-*
47PC/*/x64-temp-*
48PC/*/amd64
Zachary Ware30270c82014-10-10 23:42:59 -050049PCbuild/*.user
50PCbuild/*.suo
51PCbuild/*.*sdf
Zachary Ware30270c82014-10-10 23:42:59 -050052PCbuild/*-pgi
53PCbuild/*-pgo
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050054PCbuild/.vs/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030055PCbuild/amd64/
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050056PCbuild/obj/
57PCBuild/win32/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030058.purify
Victor Stinnerd960fae2010-10-25 17:37:18 +000059Parser/pgen
Victor Stinner7bbc8552010-12-17 22:24:30 +000060__pycache__
61autom4te.cache
Victor Stinnerd960fae2010-10-25 17:37:18 +000062build/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030063buildno
64config.cache
65config.log
66config.status
67config.status.lineno
68core
69db_home
Steve Dower63cf72d2016-09-05 10:12:03 -070070.hg/
71ipch/
Victor Stinner7bbc8552010-12-17 22:24:30 +000072libpython*.a
Éric Araujo5c8545b2011-07-28 22:38:44 +020073libpython*.so*
Zachary Ware3cdaaaf2016-09-06 16:46:22 -070074libpython*.dylib
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030075platform
Victor Stinnerd960fae2010-10-25 17:37:18 +000076pybuilddir.txt
77pyconfig.h
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010078python-config
79python-config.py
Zachary Ware30270c82014-10-10 23:42:59 -050080python.bat
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030081python.exe
Victor Stinnerd960fae2010-10-25 17:37:18 +000082python-gdb.py
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030083python.exe-gdb.py
84reflog.txt
85.svn/
Victor Stinnerd960fae2010-10-25 17:37:18 +000086tags
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030087TAGS
Ezio Melottif00bfa22011-06-25 12:36:38 +030088.coverage
89coverage/
Zachary Ware4b2b1de2014-11-01 22:39:21 -050090externals/
Ezio Melottif00bfa22011-06-25 12:36:38 +030091htmlcov/
Steve Dowerbb240872015-02-05 22:08:48 -080092Tools/msi/obj
Steve Dower65e4cb12014-11-22 12:54:57 -080093Tools/ssl/amd64
94Tools/ssl/win32
Steve Dower63cf72d2016-09-05 10:12:03 -070095.vs/
96.vscode/