Use gzip for release assets so they can easily be extracted from node
This commit is contained in:
parent
b0fe816441
commit
e7bb57550b
6 changed files with 33 additions and 36 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,11 +1,17 @@
|
|||
log.html
|
||||
|
||||
.idea
|
||||
*.xcodeproj
|
||||
*.a
|
||||
*.o
|
||||
|
||||
fuzz-results
|
||||
|
||||
test/fixtures/grammars/*
|
||||
!test/fixtures/grammars/.gitkeep
|
||||
|
||||
/target
|
||||
**/*.rs.bk
|
||||
*.rs.bk
|
||||
*.a
|
||||
*.o
|
||||
*.obj
|
||||
*.exp
|
||||
*.lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue