1# 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/ 5*.cover 6*.o 7*.orig 8*.pyc 9*.pyd 10*.pyo 11*.rej 12*.swp 13*~ 14*.gc?? 15*.profclang? 16*.profraw 17*.dyn 18Doc/build/ 19Doc/tools/docutils/ 20Doc/tools/jinja2/ 21Doc/tools/pygments/ 22Doc/tools/sphinx/ 23Lib/lib2to3/*.pickle 24Makefile 25Makefile.pre 26Misc/python.pc 27Modules/Setup 28Modules/Setup.config 29Modules/Setup.local 30Modules/ld_so_aix 31PC/python_nt*.h 32PC/pythonnt_rc*.h 33PC/*/*.exe 34PC/*/*.exp 35PC/*/*.lib 36PC/*/*.bsc 37PC/*/*.dll 38PC/*/*.pdb 39PC/*/*.user 40PC/*/*.ncb 41PC/*/*.suo 42PC/*/Win32-temp-* 43PC/*/x64-temp-* 44PC/*/amd64 45PCbuild/*.ilk 46PCbuild/*.user 47PCbuild/*.suo 48PCbuild/*.*sdf 49PCbuild/*.bsc 50PCbuild/*.dll 51PCbuild/*.exe 52PCbuild/*.exp 53PCbuild/*.lib 54PCbuild/*.ncb 55PCbuild/*.o 56PCbuild/*.pdb 57PCbuild/Win32-temp-* 58PCbuild/*.VC.db 59PCbuild/*.VC.opendb 60PCbuild/amd64/ 61PCbuild/obj/ 62PCbuild/win32/ 63Parser/pgen 64Parser/pgen.stamp 65autom4te.cache 66build/ 67config.cache 68config.log 69config.status 70libpython*.a 71libpython*.so* 72libpython*.dylib 73libpython*.dll 74platform 75pybuilddir.txt 76python$ 77python.bat 78python.exe 79python*-gdb.py 80tags 81TAGS 82.coverage 83coverage/ 84externals/ 85htmlcov/ 86gmon.out 87