-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitattributes
66 lines (63 loc) · 1.08 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.jar binary
*.ico binary
*.dat binary
*MessagesData binary
*TestData binary
# Explicitly declare text files you want to always be normalized and
# converted to native line endings on checkout. Here file extensions are
# declared.
*.py text
*.txt text
*.xml text
*.robot text
*.sh text
*.conf text
*.java text
*.jsp text
*.xtend text
*.xml2 text
*.xsd text
*.yang text
*.properties text
*.html text
*.css text
*.js text
*.jj text
*.json text
*.tooling text
*.factories text
*.handlers text
*.schemas text
*.proto text
*.less text
*.bat text
*.ini text
*.cfg text
*.launch text
*.target text
*.msg text
# In this section individual file names and other weird file patterns are
# declared.
COPYING text
LICENSE text
NOTICE text
README text
README.* text
README-* text
README_* text
Makefile text
.git* text
*-ok text
*-fail text
*-module text
.checkstyle text
karaf text
instance text
setenv text
RSA.pk text