1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-02 17:02:30 +00:00
rufus/.gitattributes
Pete Batard 7599715ae6 [cmp] add decompression support
* Adds .Z, .gz, .lzma, .xz and .bz2 decompression support for DD images
  using the Bled library (https://github.com/pbatard/bled).
* Closes #269
2014-12-29 20:34:41 +00:00

20 lines
462 B
Text

*.sh eol=lf
*.ac eol=lf
*.am eol=lf
*.in eol=lf
*.m4 eol=lf
configure eol=lf
install-sh eol=lf
*.sln eol=crlf
*.vcxproj* eol=crlf
*.rc eol=crlf
*.cmd eol=crlf
*.txt eol=crlf
*.loc eol=crlf
*.sh export-ignore
*.cmd export-ignore
.gitattributes export-ignore
.gitignore export-ignore
*.creole export-ignore