Skip to content

Commit

Permalink
Define default git file attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Feb 11, 2016
1 parent b9a6433 commit b9c3b46
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit b9c3b46

Please sign in to comment.