summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 3e11eceb6e18fd4506d82007d83705ff295c7d4e (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
# 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 binary
*.vcxproj binary

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