Skip to content

Commit 7a1f86a

Browse files
Update .gitignore (#229)
1 parent 4c1c545 commit 7a1f86a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
# Generated by Cargo
22
# will have compiled files and executables
3-
debug/
4-
target/
3+
target
54

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

9+
# Local cargo config overrides
10+
.cargo/config
11+
.cargo/config.toml
12+
1013
# These are backup files generated by rustfmt
1114
**/*.rs.bk
1215

1316
# MSVC Windows builds of rustc generate these, which store debugging information
1417
*.pdb
1518

16-
17-
# Added by cargo
18-
19-
/target
20-
2119
# mdbook generated files
2220
design-book/book

0 commit comments

Comments
 (0)