mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
58 lines
743 B
Plaintext
58 lines
743 B
Plaintext
# Global wildcards to ignore
|
|
*.pyc
|
|
*.pyd
|
|
*.pdb
|
|
*.dll
|
|
.waf-*
|
|
.lock-waf*
|
|
|
|
|
|
# /
|
|
/.hg
|
|
/.hgignore
|
|
/build
|
|
/build_waf
|
|
/tmp
|
|
/dist
|
|
/license
|
|
|
|
# /bin/
|
|
/bin/sip-*
|
|
/bin/waf-*
|
|
|
|
# /docs/sphinx/
|
|
/docs/sphinx/*.txt
|
|
/docs/sphinx/*.pkl
|
|
/docs/sphinx/*.inc
|
|
/docs/sphinx/*.lst
|
|
|
|
# /docs/sphinx/_static/images/inheritance/
|
|
/docs/sphinx/_static/images/inheritance/*_inheritance.png
|
|
|
|
# /docs/sphinx/_templates/
|
|
/docs/sphinx/_templates/gallery.html
|
|
|
|
# /docs/sphinx/rest_substitutions/snippets/cpp/
|
|
/docs/sphinx/rest_substitutions/snippets/cpp/*.cpp
|
|
|
|
# /sip/cpp/
|
|
/sip/cpp/sip.signature
|
|
/sip/cpp/*.sbf
|
|
/sip/cpp/*.h
|
|
/sip/cpp/*.cpp
|
|
|
|
# /sip/gen/
|
|
/sip/gen/*.sip
|
|
|
|
# /sip/siplib/
|
|
/sip/siplib/.update
|
|
|
|
# /wx/
|
|
/wx/*.py
|
|
/wx/*.pyc
|
|
/wx/*.pi
|
|
/wx/*.so
|
|
/wx/*.pyd
|
|
/wx/*.dylib
|
|
/wx/locale
|