Skip to content

Commit 567ab89

Browse files
committed
Add .gitignore
Use Rust.gitignore from https://github.com/github/gitignore/blob/main/Rust.gitignore but keep Cargo.lock
1 parent b57f99e commit 567ab89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
debug/
4+
target/
5+
6+
# These are backup files generated by rustfmt
7+
**/*.rs.bk
8+
9+
# MSVC Windows builds of rustc generate these, which store debugging information
10+
*.pdb

0 commit comments

Comments
 (0)