From 048917c111ce825aa26381ac51a44e26f267e36d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 16 Feb 2012 01:25:21 +0000 Subject: [PATCH] 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 --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..480686c4 --- /dev/null +++ b/.gitignore @@ -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