Skip to content

Commit

Permalink
Change the autocrlf behaviour to simply do not touch the line endings.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.modelica.org/projects/ExternalMediaLibrary/trunk@7071 7ce873d0-865f-4ce7-a662-4bb36ea78beb
  • Loading branch information
dietmarw committed Oct 9, 2013
1 parent ea4e029 commit ac203e6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.mo text
*.mos text
*.order text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
* -text

0 comments on commit ac203e6

Please sign in to comment.