forked from eclipse-4diac/4diac-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
91 lines (75 loc) · 1.58 KB
/
.gitattributes
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
* text=auto
# plain text files
*.md text
*.txt text
# sources
*.java text diff=java
*.xtend text diff=java
*.xtext text
*.mwe2 text
# scripts
*.sh text diff=bash
# configuration
.classpath text
.project text
.options text
*.MF text
*.META-INF text
*.prefs text
*.product text
*.target text
*.launch text
*.mappings text
# model files
*.ecore text
*.genmodel text
*.xsd text
*.exsd text
*.aird text
*.e4xmi text
*.odesign text
# resources
*.properties text
*.inf text
*.ini text
*.ocl text
*.xml text
*.css text diff=css
*.html text diff=html
*.js text
*.aml text
# generated files
*.g text
*.tokens text
*.ISetup text
*.xml_gen text
# 4diac files
*.adp text
*.dev text
*.dtp text
*.fbt text
*.fct text
*.res text
*.seg text
*.sub text
*.sys text
*.opsem text
# binary files
*.class binary
*.jar binary
*.dll binary
*.so binary
*._trace binary
*.xtendbin binary
*.xtextbin binary
# binary resources
*.odg binary
*.xcf binary
*.png binary
*.PNG binary
*.gif binary
*.icns binary
*.ico binary
*.xpm binary
*.jpg binary
*.bmp binary