-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
92 lines (92 loc) · 2.82 KB
/
.gitignore
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
Makefile
Makefile.*
.make.cache
.qmake.cache
moc_*.cpp
qrc_*.cpp
*.o
*.moc
*.so
*.user*
*.bak
*.exe
*.dll
*.lib
*.pdb
*.ilk
*.exp
*.obj
*.a
*.intermediate.manifest
*.Debug
*.Release
*.xcodeproj
*.sln
*.suo
*.vcproj
*.vcxproj
*.vcxproj.filters
*.opensdf
*.sdf
*.mmp
*.pkg
*.mk
*.loc
*.rss
*.app
.DS_Store
*~
bld.inf
bld.inf.*
qmakepluginstubs/
debug/
release/
/bin/
/lib/
/doc/html
/imports/
/features/*config.prf
/demos/flickr/flickr
/demos/musicplayer/musicplayer
/examples/native/focus/focus
/examples/meego/QmlComponentGallery/QmlComponentGallery
/examples/meego/QmlComponentExtrasGallery/QmlComponentExtrasGallery
/examples/meego/TutorialApplication/TutorialApplication
/tests/apicheck/tst_apicheck
/tests/auto/maketestselftest/checktest/checktest
/tests/auto/maketestselftest/dummy_output
/tests/auto/maketestselftest/test/tst_maketestselftest
/tests/auto/maketestselftest/test/tst_maketestselftest.app
/tests/auto/common/busyindicator/tst_quickcomponentsbusyindicator
/tests/auto/common/button/tst_quickcomponentsbutton
/tests/auto/common/checkbox/tst_quickcomponentscheckbox
/tests/auto/common/progressbar/tst_quickcomponentsprogressbar
/tests/auto/common/slider/tst_quickcomponentsslider
/tests/auto/components/qrangemodel/qrangemodel
/tests/auto/meego/api_applicationwindow/tst_quickcomponentsapplicationwindow
/tests/auto/meego/api_busyindicator/tst_quickcomponentsbusyindicator
/tests/auto/meego/api_button/tst_quickcomponentsbutton
/tests/auto/meego/api_buttoncolumn/tst_quickcomponentsbuttoncolumn
/tests/auto/meego/api_buttonrow/tst_quickcomponentsbuttonrow
/tests/auto/meego/api_checkbox/tst_quickcomponentscheckbox
/tests/auto/meego/api_dialog/tst_quickcomponentsdialog
/tests/auto/meego/api_multiselectiondialog/tst_quickcomponentsmultiselectiondialog
/tests/auto/meego/api_pagestack/tst_quickcomponentspagestack
/tests/auto/meego/api_progressbar/tst_quickcomponentsprogressbar
/tests/auto/meego/api_querydialog/tst_quickcomponentsquerydialog
/tests/auto/meego/api_radiobutton/tst_quickcomponentsradiobutton
/tests/auto/meego/api_screen/tst_quickcomponentsscreen
/tests/auto/meego/api_scrolldecorator/tst_quickcomponentsscrolldecorator
/tests/auto/meego/api_selectiondialog/tst_quickcomponentsselectiondialog
/tests/auto/meego/api_slider/tst_quickcomponentsslider
/tests/auto/meego/api_tabgroup/tst_quickcomponentstabgroup
/tests/auto/meego/api_textarea/tst_quickcomponentstextarea
/tests/auto/meego/api_textfield/tst_quickcomponentstextfield
/tests/auto/meego/api_toolbar/tst_quickcomponentstoolbar
/tests/auto/meego/api_window/tst_quickcomponentswindow
/tests/auto/meego/mlocalthemedaemonclient/mlocalthemedaemonclient
/tests/auto/meego/mremotethemedaemonclient/mremotethemedaemonclient
/tests/auto/meego/multipleviews/tst_multipleviews
/tests/auto/meego/mwindowstate/mwindowstate
/tests/manual/componenttest/componenttest
/tests/manual/performancetest/performancetest