blob: 7c7389e67b51230278df687935f30751dd1d7a39 [file] [log] [blame]
Victor Stinner219a3f92017-04-28 02:56:40 +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/
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +02005*.cover
6*.o
7*.orig
8*.pyc
9*.pyd
10*.pyo
11*.rej
Victor Stinner219a3f92017-04-28 02:56:40 +020012*.swp
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020013*~
Brett Cannon4ff151a2015-09-18 15:09:42 -070014*.gc??
15*.profclang?
16*.profraw
Zachary Ware6ed42ea2015-12-21 11:43:03 -060017*.dyn
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020018Doc/build/
19Doc/tools/docutils/
20Doc/tools/jinja2/
21Doc/tools/pygments/
22Doc/tools/sphinx/
23Lib/lib2to3/*.pickle
Victor Stinner2b183b82017-05-03 17:27:17 +020024Lib/test/data/*
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020025Makefile
26Makefile.pre
27Misc/python.pc
28Modules/Setup
29Modules/Setup.config
30Modules/Setup.local
31Modules/config.c
32Modules/ld_so_aix
Victor Stinner88321412017-05-10 02:38:28 +020033PC/python_nt*.h
34PC/pythonnt_rc*.h
35PC/*/*.exe
36PC/*/*.exp
37PC/*/*.lib
38PC/*/*.bsc
39PC/*/*.dll
40PC/*/*.pdb
41PC/*/*.user
42PC/*/*.ncb
43PC/*/*.suo
44PC/*/Win32-temp-*
45PC/*/x64-temp-*
46PC/*/amd64
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020047PCbuild/*.bsc
48PCbuild/*.dll
49PCbuild/*.exe
50PCbuild/*.exp
51PCbuild/*.lib
52PCbuild/*.ncb
53PCbuild/*.o
54PCbuild/*.pdb
55PCbuild/Win32-temp-*
Mariatta91e5ee52017-04-20 20:56:11 -070056PCbuild/*.VC.db
57PCbuild/*.VC.opendb
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020058Parser/pgen
59Parser/pgen.stamp
60autom4te.cache
61build/
Victor Stinner219a3f92017-04-28 02:56:40 +020062config.cache
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020063config.log
64config.status
65libpython*.a
66libpython*.so*
Victor Stinner219a3f92017-04-28 02:56:40 +020067libpython*.dylib
68libpython*.dll
Victor Stinner2b183b82017-05-03 17:27:17 +020069platform
Victor Stinner219a3f92017-04-28 02:56:40 +020070pybuilddir.txt
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020071pyconfig.h
R David Murray6ab6bd82015-04-12 19:14:30 -040072python$
Victor Stinner219a3f92017-04-28 02:56:40 +020073python.exe
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020074python-gdb.py
75tags
Victor Stinner219a3f92017-04-28 02:56:40 +020076TAGS
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020077.coverage
78coverage/
Zachary Ware21a23502014-11-01 22:34:09 -050079externals/
Petri Lehtinen2e2cc6f2011-11-04 21:25:46 +020080htmlcov/