forked from sarl/sarl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (72 loc) · 1.93 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
# Specific files
**/io.sarl.examples.plugin/about.mappings
**/io.sarl.eclipse/about.mappings
**/io.sarl.lang.core/about.mappings
**/io.sarl.lang.ui/about.mappings
**/io.janusproject.eclipse/about.mappings
**/io.janusproject.plugin/about.mappings
**/io.sarl.experienceindex.plugin/about.mappings
**/io.sarl.lang.updatesite/io.sarl.lang.product.copy
# Xtext generated files
**/io.sarl.core/xtend-gen/
**/io.sarl.core/src-gen/
**/io.sarl.core/src/main/generated-sources/
**/io.sarl.util/xtend-gen/
**/io.sarl.util/src-gen/
**/io.sarl.util/src/main/generated-sources/
**/io.sarl.javafx/xtend-gen/
**/io.sarl.javafx/src-gen/
**/io.sarl.javafx/src/main/generated-sources/
**/io.sarl.lang.ui/xtend-gen/
**/io.sarl.lang.ui/src/main/xtend-gen/
**/io.sarl.lang.ui/src/main/generated-sources/
**/io.sarl.lang.ui/src/test/xtend-gen/
**/io.sarl.lang.ui/src/test/generated-sources/
**/io.sarl.lang/xtend-gen/
**/io.sarl.lang/src/main/xtend-gen/
**/io.sarl.lang/src/main/generated-sources/
**/io.sarl.lang/src/test/xtend-gen/
**/io.sarl.lang/src/test/generated-sources/
**/io.sarl.lang/model/generated/
**/io.sarl.lang.tests/xtend-gen/
**/io.sarl.lang.tests/src/main/xtend-gen/
**/io.sarl.lang.tests/src/main/generated-sources/
**/io.sarl.lang.tests/src/test/xtend-gen/
**/io.sarl.lang.tests/src/test/generated-sources/
**/io.sarl.experienceindex.plugin/xtend-gen/
**/io.sarl.experienceindex.plugin/src-gen/
**/io.sarl.experienceindex.plugin/src/main/generated-sources/
# Xtext templates
**/*.xml_gen
**/*.java_gen
# NetBean / Eclipse
bin/
**/*.java._trace
**/*.java_trace
**/*.smap
**/.project
**/.classpath
**/.settings
**/.metadata
#Specific cases of SARL Samples projects
!**/io.sarl.examples.plugin/projects/**/.project
!**/io.sarl.examples.plugin/projects/**/.classpath
# Subversion and CVS
**/.svn/
**/.cvs/
# Maven
target/
# Checkstyle
**/.checkstyle
# Compiled files
**/*.class
**/*.dll
**/*.exe
# Temp files
**/*.bak
**/*~
workspace/
#Others
**/.DS_Store
sarlide.sh
dbg.log