Project:
Qt 4
Code Location:
git://gitorious.org/qt/qt.git4.8
.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# This file is used to ignore files which are generated in the Qt build system # ---------------------------------------------------------------------------- syntax: glob *~ *.a *.la *.pc *.core *.moc *.o *.obj *.orig *.swp *.rej *.so *.pbxuser *.mode1 *.mode1v3 *.qch *.dylib *_pch.h.cpp *_resource.rc .qmake.cache *.prl tags Makefile Makefile.Debug Makefile.Release bin/Qt*.dll bin/lconvert* bin/xmlpatterns* bin/assistant* bin/designer* bin/dumpcpp* bin/idc* bin/linguist* bin/lrelease* bin/lupdate* bin/moc* bin/pixeltool* bin/qmake* bin/qdoc3* bin/qt3to4* bin/qtdemo* bin/rcc* bin/uic* bin/qcollectiongenerator bin/qhelpgenerator bin/macdeployqt tools/qdoc3/qdoc3* tools/macdeployqt/macchangeqt/macchangeqt #configure.cache mkspecs/default mkspecs/qconfig.pri moc_*.cpp qmake/qmake.exe qmake/Makefile.bak src/corelib/global/qconfig.cpp src/corelib/global/qconfig.h src/tools/uic/qclass_lib_map.h ui_*.h .com.apple.timemachine.supported # xemacs temporary files *.flc # Visual Studio generated files *.ib_pdb_index *.idb *.ilk *.pdb *.sln *.suo *.vcproj *vcproj.*.*.user # ## Symlinks generated by configure tools/qvfb/qvfbhdr.h tools/qvfb/qlock_p.h tools/qvfb/qlock.cpp tools/qvfb/qwssignalhandler.cpp tools/qvfb/qwssignalhandler_p.h .DS_Store .pch .rcc *.app config.status config.tests/unix/cups/cups config.tests/unix/getaddrinfo/getaddrinfo config.tests/unix/getifaddrs/getifaddrs config.tests/unix/iconv/iconv config.tests/unix/ipv6/ipv6 config.tests/unix/ipv6ifname/ipv6ifname config.tests/unix/largefile/largefile config.tests/unix/nis/nis config.tests/unix/odbc/odbc config.tests/unix/openssl/openssl config.tests/unix/stl/stl config.tests/unix/zlib/zlib config.tests/unix/3dnow/3dnow config.tests/unix/mmx/mmx config.tests/unix/sse/sse config.tests/unix/sse2/sse2 config.tests/unix/psql-escape/psql-escape config.tests/unix/psql/psql config.tests/unix/stdint/stdint # Directories to ignore # --------------------- debug examples/tools/plugandpaint/plugins include/* doc/html* include/*/* lib/* plugins/*/* release tmp doc/html/* doc-build src/gui/.pch src/corelib/.pch src/network/.pch src/gui/.rcc src/sql/.rcc src/xml/.rcc src/corelib/.rcc src/network/.rcc .DS_Store src/gui/build src/corelib/global/qconfig.h.qmake *.perspectivev* build src/gui/qtdir.xcconfig
