Skip to content

Commit

Permalink
Merge branch '2_1_11'
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Oct 18, 2017
2 parents c998b75 + a4b29ea commit d4bfeaf
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
# 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.
*.txt text
*.rst text
.project
.pydevproject

# Declare files that will always have LF line endings on checkout.
*.py text eol=lf
*.sh text eol=lf
*.plist text eol=lf

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

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

0 comments on commit d4bfeaf

Please sign in to comment.