summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 09a4282d3cbcc8fdfaa062f136d41bd177653ddc (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
.DS_Store
/tests/3rdparty/scion-tests/node_modules
*~
*.pro.user
*.qmlproject.user
*.o
Makefile
.qmake.stash
*.app
moc_*.cpp
*.dylib
*.moc
/tools/qscxmlc/qscxmlc
/tests/testCpp/testCpp

tst_cppgen
qrc_*.cpp
tst_scion
.qmake.cache
*.pch
tests/auto/scion/compiled_tests.h
tests/auto/scion/scxml
tests/auto/scion/scion.h
tests/auto/scion/scion.qrc

examples/trafficlight-qml/statemachine.cpp
examples/trafficlight-qml/statemachine.h
examples/trafficlight-qml/Makefile.*
examples/trafficlight-widgets/statemachine.cpp
examples/trafficlight-widgets/statemachine.h
examples/trafficlight-widgets/Makefile.*