mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[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
This commit is contained in:
parent
3f0e71f3ba
commit
7599715ae6
56 changed files with 10020 additions and 89 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.a
|
||||
*.aps
|
||||
*.dep
|
||||
*.exe
|
||||
|
@ -16,11 +17,16 @@
|
|||
*.pdb
|
||||
*.plg
|
||||
*.res
|
||||
*.sdf
|
||||
*.suo
|
||||
*.swp
|
||||
*.tlog
|
||||
*.user
|
||||
*.opensdf
|
||||
*.o_manifest
|
||||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
x86_32
|
||||
x86_64
|
||||
autom4te.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue