Skip to content

Commit

Permalink
Update Rust.gitignore
Browse files Browse the repository at this point in the history
no need to specifically ignore compiled files and executables
as it will be under the target directory
  • Loading branch information
deepak committed Apr 15, 2016
1 parent cc542de commit f7a1b52
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Rust.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
Expand Down

0 comments on commit f7a1b52

Please sign in to comment.