-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
119 lines (104 loc) · 3.83 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# Eclipse Core
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/workspace/BoundingBoxTest/.project
workspace/tue.glt.boundingbox.dsl.ide/
workspace/tue.glt.boundingbox.dsl.tests/
workspace/tue.glt.boundingbox.dsl.ui.tests/
workspace/tue.glt.boundingbox.dsl.ui/
workspace/tue.glt.boundingbox.dsl/.antlr-generator-3.2.0-patch.jar
workspace/tue.glt.boundingbox.dsl/.project
workspace/tue.glt.boundingbox.dsl/META-INF/
workspace/tue.glt.boundingbox.dsl/build.properties
workspace/tue.glt.boundingbox.dsl/src-gen/
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/BBDSLRuntimeModule.xtend
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/BBDSLStandaloneSetup.xtend
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/GenerateBoundingBoxDsl.mwe2
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/formatting/
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/generator/
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/scoping/
workspace/tue.glt.boundingbox.dsl/src/tue/glt/boundingbox/dsl/validation/
workspace/tue.glt.boundingbox.dsl/xtend-gen/
workspace/tue.glt.boundingbox.edit/
workspace/tue.glt.boundingbox.editor/
workspace/tue.glt.boundingbox.tests/
workspace/tue.glt.boundingbox/.project
workspace/tue.glt.boundingbox/META-INF/
workspace/tue.glt.boundingbox/build.properties
workspace/tue.glt.boundingbox/model/BoundingBox.genmodel
workspace/tue.glt.boundingbox/plugin.properties
workspace/tue.glt.boundingbox/plugin.xml
workspace/tue.glt.boundingbox/src/
workspace/BoundingBoxTest/.project
workspace/tue.glt.platoon.dsl.ide/
workspace/tue.glt.platoon.dsl.tests/
workspace/tue.glt.platoon.dsl.ui.tests/
workspace/tue.glt.platoon.dsl.ui/
workspace/tue.glt.platoon.dsl/.antlr-generator-3.2.0-patch.jar
workspace/tue.glt.platoon.dsl/.project
workspace/tue.glt.platoon.dsl/META-INF/
workspace/tue.glt.platoon.dsl/build.properties
workspace/tue.glt.platoon.dsl/src-gen/
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/GeneratePlatoonDsl.mwe2
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/PDSLRuntimeModule.xtend
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/PDSLStandaloneSetup.xtend
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/formatting/
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/generator/
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/scoping/
workspace/tue.glt.platoon.dsl/src/tue/glt/platoon/dsl/validation/
workspace/tue.glt.platoon.dsl/xtend-gen/
workspace/tue.glt.platoon.edit/
workspace/tue.glt.platoon.editor/
workspace/tue.glt.platoon.tests/
workspace/tue.glt.platoon/.project
workspace/tue.glt.platoon/META-INF/
workspace/tue.glt.platoon/build.properties
workspace/tue.glt.platoon/model/Platoon.genmodel
workspace/tue.glt.platoon/plugin.properties
workspace/tue.glt.platoon/plugin.xml
workspace/tue.glt.platoon/src/
runtime-EclipseApplication/
workspace/PlatoonTest/.project
workspace/tue.glt.platoon/output/master.nxc
workspace/tue.glt.platoon/output/slave.nxc
workspace/org.eclipse.epsilon.examples.egl.flowchart/
workspace/tue.glt.platoon/model/MyTestPlatoon.platoon
workspace/tue.glt.platoon/model/Platoon.emf
workspace-minimal.zip
workspace/tue.glt.boundingbox/model/BoundingBox.emf
workspace/tue.glt.platoon2boundingbox/result.boundingbox
workspace/tue.glt.boundingbox/output/
.md~
README.md~