blob: 5be9ae80dc7ca3fcf73494b77af6ae9fe44dac06 [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
4!/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
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030017.gdb_history
Victor Stinnerd960fae2010-10-25 17:37:18 +000018Doc/build/
Brett Cannond5ea39d2014-12-05 15:17:31 -050019Doc/venv/
Steve Dower65e4cb12014-11-22 12:54:57 -080020Lib/distutils/command/*.pdb
Victor Stinner7bbc8552010-12-17 22:24:30 +000021Lib/lib2to3/*.pickle
Andrew Kuchling5e03e492013-06-21 07:44:50 -040022Lib/test/data/*
Petri Lehtinen748d7ae2011-11-05 22:07:16 +020023Lib/_sysconfigdata.py
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030024Lib/plat-mac/errors.rsrc.df.rsrc
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
35Programs/_testembed
Zachary Ware30270c82014-10-10 23:42:59 -050036PC/python_nt*.h
37PC/pythonnt_rc*.h
Steve Dower65e4cb12014-11-22 12:54:57 -080038PC/*/*.exe
39PC/*/*.exp
40PC/*/*.lib
41PC/*/*.bsc
42PC/*/*.dll
43PC/*/*.pdb
44PC/*/*.user
45PC/*/*.ncb
46PC/*/*.suo
47PC/*/Win32-temp-*
48PC/*/x64-temp-*
49PC/*/amd64
Zachary Ware30270c82014-10-10 23:42:59 -050050PCbuild/*.user
51PCbuild/*.suo
52PCbuild/*.*sdf
Zachary Ware30270c82014-10-10 23:42:59 -050053PCbuild/*-pgi
54PCbuild/*-pgo
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050055PCbuild/.vs/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030056PCbuild/amd64/
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050057PCbuild/obj/
58PCBuild/win32/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030059.purify
Victor Stinnerd960fae2010-10-25 17:37:18 +000060Parser/pgen
Victor Stinner7bbc8552010-12-17 22:24:30 +000061__pycache__
62autom4te.cache
Victor Stinnerd960fae2010-10-25 17:37:18 +000063build/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030064buildno
65config.cache
66config.log
67config.status
68config.status.lineno
69core
70db_home
Victor Stinnerd960fae2010-10-25 17:37:18 +000071config.log
72config.status
Victor Stinner7bbc8552010-12-17 22:24:30 +000073libpython*.a
Éric Araujo5c8545b2011-07-28 22:38:44 +020074libpython*.so*
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