summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5866b7dab0ffe3137725cef16a66517d5d6c5a7c (plain)
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
.DS_Store
.obj
*.moc
Makefile*
*.dylib
*.so.*
*.so
*.so.debug
*.o
*~
moc_*.cpp
qrc_*.cpp
ui_*.h
*.Debug
*.Release
include/*
config.pri
config.in
config.log
.qmake.cache

#tests
tst_messageserver
tst_longstring
tst_python_email
tst_qmailaddress
tst_qmailcodec
tst_qmailmessage
tst_qmailmessagebody
tst_qmailmessageheader
tst_qmailmessagepart
tst_qmailstore
tst_qmailstorekeys
tst_qprivateimplementation

#Symbian specific
*.mmp
*.pkg
bld.inf*
ABLD.BAT
*.mk
*.rss
*.sis
*.loc
*.sisx
.make.cache
qmakepluginstubs

#Carbide project files
*.project
*.cproject
*.settings
plugin_commonU.def

#Visual Studio files
*.sln
*.vcproj
*.suo
*.ncb
*.user

#QtCreator project files
*.pro.user

#vim tag files
tags