forked from wxWidgets/Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (54 loc) · 787 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Global wildcards to ignore
*.pyc
*.pyd
*.pdb
*.dll
.waf-*
.waf3-*
.lock-waf*
# /
/.hg
/.hgignore
/build
/build_waf
/tmp
/dist
/license
/*.egg-info
/REV.txt
# /bin/
/bin/sip-*
/bin/waf-*
/bin/waf3-*
/bin/doxygen-*
# /docs/sphinx/
/docs/html
/docs/sphinx/*.txt
/docs/sphinx/*.pkl
/docs/sphinx/*.inc
/docs/sphinx/*.lst
/docs/sphinx/_static/images/inheritance/*_inheritance.*
/docs/sphinx/_templates/gallery.html
/docs/sphinx/rest_substitutions/snippets/cpp/*.cpp
/docs/sphinx/build
# /sip/cpp/
/sip/cpp/sip.signature
/sip/cpp/*.sbf
/sip/cpp/*.h
/sip/cpp/*.cpp
/sip/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/libwx_*
/wx/locale
/unittests/lib_pubsub_provider_actual.py
wingdbstub.py*