Skip to content

Commit de8cd77

Browse files
committed
use default cargo gitignore
Signed-off-by: Michal Šoltis <[email protected]>
1 parent bdb143f commit de8cd77

2 files changed

Lines changed: 1330 additions & 14 deletions

File tree

.gitignore

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
# Generated by Cargo
2-
# will have compiled files and executables
3-
debug/
4-
target/
5-
6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
9-
10-
# These are backup files generated by rustfmt
11-
**/*.rs.bk
12-
13-
# MSVC Windows builds of rustc generate these, which store debugging information
14-
*.pdb
1+
/target

0 commit comments

Comments
 (0)