aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: bee08feef7fb29c7d19a0d404beaa75581aa1553 (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
# This file is used to ignore files that should not be committed
# --------------------------------------------------------------

examples/virtualkeyboard/basic/basic
!src/plugins/hunspell/3rdparty/hunspell/hunspell.pro
src/plugins/hunspell/3rdparty/hunspell/*
src/plugins/hunspell/3rdparty/hunspell/doc/html
src/plugins/t9write/3rdparty/t9write/api
src/plugins/t9write/3rdparty/t9write/data
src/plugins/t9write/3rdparty/t9write/lib

*_wrapper.sh
*_wrapper.bat
*_resource.rc

*.exe
*.ilk
*.pdb
*.pro.user
*.a
*.so
*.moc
moc_*.cpp
qrc_*.cpp
*.o
*.obj
*.rcc
Makefile*
*.html
*~
.qmake.*
*.jsc
*.qmlc

tst_*
!tst_*.*
tst_*.exe

.DS_Store