forked from eclipsescout/eclipsescout.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
41 lines (39 loc) · 826 Bytes
/
.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
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.java text
*.xml text
*.txt text
*.js text
*.jsp text
*.sh text
*.cmd text
*.bat text
*.html text
*.htm text
*.css text
*.wsdl text
*.properties text
*.launch text
.project text
.classpath text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.jar binary
*.so binary
*.dll binary
*.png binary
*.jpg binary
*.ai binary
*.vsd binary
*.gz binary
*.tar binary
*.exe binary
*.zip binary
*.exe binary
*.ise binary
*.pdf binary