Skip to content

Commit

Permalink
Add git attribute configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 29, 2018
1 parent 3ddf0e3 commit ce19f18
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 ce19f18

Please sign in to comment.