• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# added for local development
2.buildaix/
3Modules/python.exp
4buildaix/
5installp/
6.gitignore
7
8# Two-trick pony for OSX and other case insensitive file systems:
9# Ignore ./python binary on Unix but still look into ./Python/ directory.
10/python
11!/Python/
12*.cover
13*.iml
14*.o
15*.orig
16*.pyc
17*.pyd
18*.pyo
19*.rej
20*.swp
21*~
22*.gc??
23*.profclang?
24*.profraw
25*.dyn
26.gdb_history
27Doc/build/
28Doc/venv/
29Doc/.venv/
30Doc/env/
31Doc/.env/
32Include/pydtrace_probes.h
33Lib/distutils/command/*.pdb
34Lib/lib2to3/*.pickle
35Lib/test/data/*
36Makefile
37Makefile.pre
38Misc/python.pc
39Misc/python-config.sh
40Modules/Setup
41Modules/Setup.config
42Modules/Setup.local
43Modules/config.c
44Modules/ld_so_aix
45Programs/_freeze_importlib
46Programs/_freeze_importlib.exe
47Programs/_testembed
48Programs/_testembed.exe
49PC/python_nt*.h
50PC/pythonnt_rc*.h
51PC/*/*.exe
52PC/*/*.exp
53PC/*/*.lib
54PC/*/*.bsc
55PC/*/*.dll
56PC/*/*.pdb
57PC/*/*.user
58PC/*/*.ncb
59PC/*/*.suo
60PC/*/Win32-temp-*
61PC/*/x64-temp-*
62PC/*/amd64
63PCbuild/*.user
64PCbuild/*.suo
65PCbuild/*.*sdf
66PCbuild/*-pgi
67PCbuild/*-pgo
68PCbuild/*.VC.db
69PCbuild/*.VC.opendb
70PCbuild/.vs/
71PCbuild/amd64/
72PCbuild/obj/
73PCbuild/win32/
74.purify
75Parser/pgen
76Parser/pgen.exe
77__pycache__
78autom4te.cache
79build/
80buildno
81config.cache
82config.log
83config.status
84config.status.lineno
85core
86db_home
87.hg/
88.idea/
89ipch/
90libpython*.a
91libpython*.so*
92libpython*.dylib
93libpython*.dll
94platform
95pybuilddir.txt
96pyconfig.h
97python-config
98python-config.py
99python.bat
100python.exe
101python-gdb.py
102python.exe-gdb.py
103reflog.txt
104.svn/
105tags
106TAGS
107.coverage
108coverage/
109externals/
110htmlcov/
111Tools/msi/obj
112Tools/ssl/amd64
113Tools/ssl/win32
114.vs/
115.vscode/
116gmon.out
117