mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
add list of files that git should ignore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
|
||||
# /
|
||||
/.hg
|
||||
/.hgignore
|
||||
/build
|
||||
/tmp
|
||||
/dist
|
||||
/license
|
||||
|
||||
# /bin/
|
||||
/bin/sip-*
|
||||
|
||||
# /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/locale
|
||||
Reference in New Issue
Block a user