blob: f436777c7cf099c43c9f04ad31fe1551b4f6079d [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/
Łukasz Langa50da40f2017-03-10 05:29:43 -080021Include/pydtrace_probes.h
Steve Dower65e4cb12014-11-22 12:54:57 -080022Lib/distutils/command/*.pdb
Victor Stinner7bbc8552010-12-17 22:24:30 +000023Lib/lib2to3/*.pickle
Andrew Kuchling5e03e492013-06-21 07:44:50 -040024Lib/test/data/*
Victor Stinnerd960fae2010-10-25 17:37:18 +000025Makefile
26Makefile.pre
27Misc/python.pc
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010028Misc/python-config.sh
Victor Stinnerd960fae2010-10-25 17:37:18 +000029Modules/Setup
30Modules/Setup.config
31Modules/Setup.local
32Modules/config.c
Victor Stinner7bbc8552010-12-17 22:24:30 +000033Modules/ld_so_aix
Nick Coghlan973fe0b2014-07-25 21:52:14 +100034Programs/_freeze_importlib
Zachary Ware43a89812016-10-01 17:00:51 -050035Programs/_freeze_importlib.exe
Nick Coghlan973fe0b2014-07-25 21:52:14 +100036Programs/_testembed
Zachary Ware43a89812016-10-01 17:00:51 -050037Programs/_testembed.exe
Zachary Ware30270c82014-10-10 23:42:59 -050038PC/python_nt*.h
39PC/pythonnt_rc*.h
Steve Dower65e4cb12014-11-22 12:54:57 -080040PC/*/*.exe
41PC/*/*.exp
42PC/*/*.lib
43PC/*/*.bsc
44PC/*/*.dll
45PC/*/*.pdb
46PC/*/*.user
47PC/*/*.ncb
48PC/*/*.suo
49PC/*/Win32-temp-*
50PC/*/x64-temp-*
51PC/*/amd64
Zachary Ware30270c82014-10-10 23:42:59 -050052PCbuild/*.user
53PCbuild/*.suo
54PCbuild/*.*sdf
Zachary Ware30270c82014-10-10 23:42:59 -050055PCbuild/*-pgi
56PCbuild/*-pgo
Segev Finer8e675282017-04-21 02:32:26 +030057PCbuild/*.VC.db
58PCbuild/*.VC.opendb
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050059PCbuild/.vs/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030060PCbuild/amd64/
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050061PCbuild/obj/
62PCBuild/win32/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030063.purify
Victor Stinnerd960fae2010-10-25 17:37:18 +000064Parser/pgen
Zachary Warec55f5732016-10-01 17:18:03 -050065Parser/pgen.exe
Victor Stinner7bbc8552010-12-17 22:24:30 +000066__pycache__
67autom4te.cache
Victor Stinnerd960fae2010-10-25 17:37:18 +000068build/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030069buildno
70config.cache
71config.log
72config.status
73config.status.lineno
74core
75db_home
Steve Dower63cf72d2016-09-05 10:12:03 -070076.hg/
77ipch/
Victor Stinner7bbc8552010-12-17 22:24:30 +000078libpython*.a
Éric Araujo5c8545b2011-07-28 22:38:44 +020079libpython*.so*
Zachary Ware3cdaaaf2016-09-06 16:46:22 -070080libpython*.dylib
Zachary Ware43a89812016-10-01 17:00:51 -050081libpython*.dll
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030082platform
Victor Stinnerd960fae2010-10-25 17:37:18 +000083pybuilddir.txt
84pyconfig.h
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010085python-config
86python-config.py
Zachary Ware30270c82014-10-10 23:42:59 -050087python.bat
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030088python.exe
Victor Stinnerd960fae2010-10-25 17:37:18 +000089python-gdb.py
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030090python.exe-gdb.py
91reflog.txt
92.svn/
Victor Stinnerd960fae2010-10-25 17:37:18 +000093tags
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030094TAGS
Ezio Melottif00bfa22011-06-25 12:36:38 +030095.coverage
96coverage/
Zachary Ware4b2b1de2014-11-01 22:39:21 -050097externals/
Ezio Melottif00bfa22011-06-25 12:36:38 +030098htmlcov/
Steve Dowerbb240872015-02-05 22:08:48 -080099Tools/msi/obj
Steve Dower65e4cb12014-11-22 12:54:57 -0800100Tools/ssl/amd64
101Tools/ssl/win32
Steve Dower63cf72d2016-09-05 10:12:03 -0700102.vs/
103.vscode/