You've already forked book-exercises
add .gitignore
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Rust
|
||||
**/target/
|
||||
**/Cargo.lock
|
||||
**/*.rs.bk
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build outputs
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
Reference in New Issue
Block a user