summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: c05d446a895eae682ff136a1aad5e4275de8e710 (plain)
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
# Using default template from https://help.github.com/articles/dealing-with-line-endings with modifications.
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.c text
*.h text
*.php text
*.inc text
*.sh text
*.h text
*.md5 text
*.sha256 text
*.conf text
*.xml text
*.ovf text
*.css text
*.htm* text
*.js text
*.diff text
*.patch text
*.pl text
*.rules text
*.txt text
rc.* text
*.sql text
*.mk text
*.po text
*.pot text

# Files that will always have CRLF line endings on checkout. (Not sure we have any of these)
# *.dos text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.so* binary
*.gz binary
*.tgz binary
*.exe binary
*.ico binary
*.img binary
*.zip binary
*.uzip binary
*.tar binary
*.ttf binary
OpenPOWER on IntegriCloud