forked from wxWidgets/Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (52 loc) · 801 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
# Global wildcards to ignore
*.pyc
*.pyd
*.pdb
.waf-*
.waf3-*
.lock-waf*
wingdbstub.py*
mydbstub.py*
.idea
.cache
.vagrant
/build
/tmp
/dist
/license
/*.egg-info
/REV.txt
/.idea
/bin/sip-*
/bin/waf-*
/bin/waf3-*
/bin/doxygen-*
/docs/html
/docs/sphinx/*.txt
/docs/sphinx/*.rst
/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.signature
/sip/cpp/*.sbf
/sip/cpp/*.h
/sip/cpp/*.cpp
/sip/cpp-*
/sip/gen/*.sip
/sip/siplib/.update
/wx/*.py
/wx/*.pyc
/wx/*.pi
/wx/*.pyi
/wx/*.so
/wx/*.pyd
/wx/*.dylib
/wx/libwx_*
/wx/locale
/wx/*.dll
/unittests/lib_pubsub_provider_actual.py
ubuntu-xenial-16.04-cloudimg-console.log