sigmaSd / IRust

Cross Platform Rust Repl

Home Page:https://crates.io/crates/irust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Published crate contains unnecessary files

pzmarzly opened this issue · comments

$ wget https://crates.io/api/v1/crates/irust/0.2.0/download
$ tar xf download
$ cd irust-0.2.0
$ ls -alh
total 12M
drwxr-xr-x 3 pzmarzly pzmarzly 4,0K 05-12 13:46 ./
drwxr-xr-x 4 pzmarzly pzmarzly 4,0K 05-12 13:46 ../
-rw-r--r-- 1 pzmarzly pzmarzly  899 1970-01-01  Cargo.toml
-rw-r--r-- 1 pzmarzly pzmarzly  337 05-12 11:40 Cargo.toml.orig
-rw-r--r-- 1 pzmarzly pzmarzly 641K 05-10 19:09 flamegraph.svg
-rw-r--r-- 1 pzmarzly pzmarzly   18 05-04 16:59 .gitignore
-rw-r--r-- 1 pzmarzly pzmarzly  27K 05-06 16:25 irust.png
-rw-r--r-- 1 pzmarzly pzmarzly 1,1K 05-10 19:09 LICENSE
-rw------- 1 pzmarzly pzmarzly 7,2M 05-09 21:36 perf.data
-rw------- 1 pzmarzly pzmarzly 4,1M 05-08 19:18 perf.data.old
-rw-r--r-- 1 pzmarzly pzmarzly 1,6K 05-12 11:41 README.md
drwxr-xr-x 3 pzmarzly pzmarzly 4,0K 05-12 13:46 src/
-rw-r--r-- 1 pzmarzly pzmarzly   80 05-10 19:09 t
-rw-r--r-- 1 pzmarzly pzmarzly   45 05-10 19:09 tt
-rw-r--r-- 1 pzmarzly pzmarzly   27 05-10 19:09 ttt

Consider using (and commiting) gitignore

Didn't know that's how --allow-dirty works, thanks for pointing it out fixed in 169302a

EDIT: 9d4def6
Is it correct?

I think it should be fine now