Skip to content

Commit

Permalink
remove gitignore entries for cargo stuffs
Browse files Browse the repository at this point in the history
Any code by Rust language might not be maintained in the repository.

Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed May 26, 2022
1 parent f5234e0 commit 068921e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

0 comments on commit 068921e

Please sign in to comment.