aboutsummaryrefslogblamecommitdiff
path: root/.gitattributes
blob: a8edefd1a0809bebf93966b3882d4b5c5ab74a8c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                     
# Set the default behavior to have all files normalized to Unix-style
# line endings upon check-in.
* text=auto

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

# Denote all files that are truly binary and should not be modified.
*.dll binary
*.exp binary
*.lib binary
*.pdb binary
*.exe binary