-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
73 lines (69 loc) · 1 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
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
# 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/sip/.*?\.sip
.*/classesui/Makefile$
.*/classmaker/Makefile$
.*/classmaker/classmaker$
.*/stone/Makefile$
.*/stonegui/Makefile$
.*_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/.*