Skip to content

Commit

Permalink
Create .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-appel committed Jun 22, 2015
1 parent aa1d568 commit dc3b202
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.v text

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

0 comments on commit dc3b202

Please sign in to comment.