Skip to content
  • Loïc's avatar
    .gitignore: add Rust related ignores · 5c644791
    Loïc authored and Steve Lhomme's avatar Steve Lhomme committed
    Cargo.lock: file that contains all (including transitive) the
    dependencies. We only want to include one of it and it's yet available.
    
    target*/: Cargo builds by default into the target/ dir, so avoid having
    it in the git diff
    
    !build.rs: Cargo has build scripts, that by default are named build.rs
    5c644791