blob: 5802508c221c46014b4fda81e78e58a76345d429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.mk text eol=lf
*.java text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.conf text eol=lf
*.xml text eol=lf
*.kl text eol=lf
*.ini text eol=lf
*.list text eol=lf
*.cfg text eol=lf
# Denote all files that are truly binary and should not be modified.
*.so binary
|