Skip to content

Commit

Permalink
text: add .gitattributes (fixes windows build)
Browse files Browse the repository at this point in the history
Fixes #9281

Change-Id: If3aad25a9bc24f04d604a534bef4f2e08ce00ffc
Reviewed-on: https://go-review.googlesource.com/2070
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
alexbrainman committed Dec 23, 2014
1 parent ef0bf1d commit c980adc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
# Treat all files in this repo as binary, with no git magic updating
# line endings. Windows users contributing to Go will need to use a
# modern version of git and editors capable of LF line endings.
#
# We'll prevent accidental CRLF line endings from entering the repo
# via the git-review gofmt checks.
#
# See golang.org/issue/9281

* -text

0 comments on commit c980adc

Please sign in to comment.