• J
    Fixing target and adding debug to Rust gitignore (#3436) · 620d4878
    John Stilley 提交于
    The problem here was two fold:
    1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo
    2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that
    620d4878
Rust.gitignore 326 字节