diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-03-20 11:27:49 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-08 11:13:01 +0200 |
| commit | 6ba7cd669efec1ada1cc790ec0e1db2db52b4ef7 (patch) | |
| tree | ea522d6841f46faabe1f6c23f4c987a9c1d54870 /.gitattributes | |
| parent | c99cb56f2853bf8ee4c2552fb6167d94b5eff292 (diff) | |
| download | mullvadvpn-6ba7cd669efec1ada1cc790ec0e1db2db52b4ef7.tar.xz mullvadvpn-6ba7cd669efec1ada1cc790ec0e1db2db52b4ef7.zip | |
Add .gitattributes with rule for *.sh
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..617e6e04b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Do not break script files on Windows (Cygwin gets upset with CRLF) +*.sh text eol=lf |
