summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 8d54836ae59bba21146f5c734d05bbed5ff50a3e (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
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
Makefile
Makefile.*
release/
debug/
.vscode/
*.o
*.so.*
*.dll
*.lib
*.so
*.dylib
moc_*
*.moc
*.pro.user
*.orig
*.kdev4
.kdev*
/.qmake.cache
/.qmake.stash
.rcc
.pch
*_wrapper.sh
*.app
*.prl
*.pdb
*.exe
*_resource.rc
*_resource.rc.tmp
qt_lib_*_private*

*.autosave

rep_*_source.h
rep_*_merged.h
rep_*_replica.h
/repc/repc
/include/
/lib/
/bin/
/mkspecs/modules-inst/
/mkspecs/modules/
/src/repparser/timestamp
/src/remoteobjects/.doc

# test/example executables
/examples/RemoteObjects/ClientApp/ClientApp
/examples/RemoteObjects/CppClient/CppClient
/examples/RemoteObjects/server/server
/examples/RemoteObjects/ModelViewClient/ModelViewClient
/examples/RemoteObjects/SimpleSwitch/DirectConnectClient/DirectConnectClient
/examples/RemoteObjects/SimpleSwitch/DirectConnectDynamicClient/DirectConnectDynamicClient
/examples/RemoteObjects/SimpleSwitch/DirectConnectServer/DirectConnectServer
/examples/RemoteObjects/SimpleSwitch/RegistryConnectedClient/RegistryConnectedClient
/examples/RemoteObjects/SimpleSwitch/RegistryConnectedServer/RegistryConnectedServer
/tests/auto/benchmarks/tst_benchmarkstest
/tests/auto/integration_multiprocess/client/client
/tests/auto/integration_multiprocess/server/server
/tests/auto/integration_multiprocess/tst/tst_integration_multiprocess
/tests/auto/localsockettestserver/localsockettestserver
/tests/auto/modelreplica/tst_modelreplicatest
/tests/auto/repc/signature/differentClassEnum/differentClassEnum
/tests/auto/repc/signature/differentGlobalEnum/differentGlobalEnum
/tests/auto/repc/signature/differentPropertyCount/differentPropertyCount
/tests/auto/repc/signature/differentPropertyType/differentPropertyType
/tests/auto/repc/signature/differentSignalCount/differentSignalCount
/tests/auto/repc/signature/differentSignalParamCount/differentSignalParamCount
/tests/auto/repc/signature/differentSignalParamType/differentSignalParamType
/tests/auto/repc/signature/differentSlotCount/differentSlotCount
/tests/auto/repc/signature/differentSlotParamCount/differentSlotParamCount
/tests/auto/repc/signature/differentSlotParamType/differentSlotParamType
/tests/auto/repc/signature/differentSlotType/differentSlotType
/tests/auto/repc/signature/matchAndQuit/matchAndQuit
/tests/auto/repc/signature/scrambledProperties/scrambledProperties
/tests/auto/repc/signature/scrambledSignals/scrambledSignals
/tests/auto/repc/signature/scrambledSlots/scrambledSlots
/tests/auto/repc/signature/signatureServer/signatureServer
/tests/auto/repc/signature/signatureTests/tst_signature
/tests/auto/repc/signature/state/state

#REPC generated files
/tests/auto/repparser/rep_grammar.cpp
/tests/auto/repparser/rep_grammar_p.h
/tests/auto/repparser/repparser.cpp
/tests/auto/repparser/repparser.h
/tools/repc/rep_grammar.cpp
/tools/repc/rep_grammar_p.h
/tools/repc/repparser.cpp
/tools/repc/repparser.h

# Compiled QML/JS code
*.qmlc
*.jsc

# cmake related artifacts
/build*
CMakeFiles
CMakeCache.txt
CTestTestfile.cmake
cmake_install.cmake
*_autogen
tst_*.xml
.remove_cmake*
compile_commands.json
DartConfiguration.tcl
**/Testing/Temporary/*
rules.ninja
.ninja_log
.ninja_deps