diff options
author | Mattes D <github@xoft.cz> | 2016-01-03 16:07:53 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-03-01 16:19:57 +0100 |
commit | 1d05fc95aeb67876452c9e25d67b18fc18d1765d (patch) | |
tree | 5b76aaca50c7d6ad9c02ff3652a732e267372461 /.gitattributes | |
parent | Renamed HTTPServer folder to HTTP. (diff) | |
download | cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.gz cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.bz2 cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.lz cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.xz cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.zst cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.zip |
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6470a6393 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Set the *.data files to be checked out as binary files. +# Used for the HTTP test data files, they need to have the CRLF line endings +# even on Linux, because they're HTTP protocol dumps. +*.data binary |