-
Notifications
You must be signed in to change notification settings - Fork 1
/
.hgignore
85 lines (80 loc) · 1.27 KB
/
.hgignore
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
syntax: glob
*.o
*.so*
*.pyc
*.a
*.ini
*.log
*.dylib
.out
sipStone
sipStonegui
sipClasses
sipClassesui
sipBach
sipBurner
sipFreezer
sipAbsubmit
autocore
svnrev.h
*-svnrev.nsi
Makefile.Release
Makefile.Debug
*.swp
*.exe
*.exp
*.pdb
*.obj
*.lib
*.pyd
*.dll
w_qpy*.pro
Qtmod.sip
auto.pri
loader.cpp
moc_*.cpp
build_resume.cache
# switch to regexp syntax.
syntax: regexp
.*/psmon/Makefile$
.*/burner/Makefile$
.*/burner/burner$
.*/absubmit/Makefile$
.*/absubmit/absubmit$
.*/absubmit/absubmit.dll$
.*/absubmit/absubmit.lib$
.*/freezer/Makefile$
.*/freezer/af$
.*/freezer/freezer.dll$
.*/freezer/freezer.lib$
.*/classes/Makefile$
.*/classes/classesconfig.py$
.*/classes/ng_schema.xml$
.*/classes/sip/.*?\.sip
.*/classesui/Makefile$
.*/classmaker/Makefile$
.*/classmaker/classmaker$
.*/stone/Makefile$
.*/stone/stoneconfig.py$
.*/stonegui/Makefile$
.*stonegui/stoneguiconfig.py$
.*_version\.txt$
.*/qrc_.*\.cpp$
.*/sip/Makefile
.*/sip/sipconfig.py
.*/sip/sipgen/Makefile
.*/sip/sipgen/sip
.*/sip/siplib/Makefile
.*/PyQt4/cfgtest_.*
.*/PyQt4/Qt.*
.*/PyQt4/QAx.*
.*/PyQt4/phonon.*
.*/PyQt4/qpy/QtDesigner/.*cpp
.*/PyQt4/.*Makefile$
.*/PyQt4/qtdirs.*
.*/PyQt4/examples/.*
.*/PyQt4/opengl_extras.cpp$
.*/PyQt4/pylupdate/pylupdate4$
.*/PyQt4/pyqtconfig.py$
.*/PyQt4/pyrcc/pyrcc4$
.*/PyQt4/pyuic/pyuic4$