diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ -/target -**/*.rs.bk +# rust +/target/ +/Cargo.lock + +# editor *~ .*~ *.swp +*.swo +\#*# |
![]() |
index : ziptree-rs | |
Tarjan's zip trees implemented in Rust (https://github.com/jerry73204/ziptree-rs) |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .gitignore | 9 |
@@ -1,5 +1,10 @@ -/target -**/*.rs.bk +# rust +/target/ +/Cargo.lock + +# editor *~ .*~ *.swp +*.swo +\#*# |