Commit f7a1b522 authored by Deepak Kannan's avatar Deepak Kannan

Update Rust.gitignore

no need to specifically ignore compiled files and executables
as it will be under the target directory
parent cc542de0
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo # Generated by Cargo
# will have compiled files and executables
/target/ /target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment