summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 21d46c533c3a4cf42544185a3c4f441171f1076c (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
# 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.
*.am text
*.ac text
*.m4 text
*.in text

*.c text
*.cpp text
*.h text
*.hpp text

*.fidl text
*.java text
*.xtend text

*.html text
*.xml text

*.properties text

AUTHORS text
LICENSE text
README text

# Eclipse
.autotools text
.cproject text
.project text
org.eclipse.core.resources.prefs text
*.MF text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary