diff options
author | Deepak Kannan <kannan.deepak@gmail.com> | 2016-04-15 07:44:14 +0530 |
---|---|---|
committer | Deepak Kannan <kannan.deepak@gmail.com> | 2016-04-15 07:44:14 +0530 |
commit | f7a1b522cb0a505854698332b77ab5791f76c212 (patch) | |
tree | bd8bcb3023b20ff5cd97b8fa167f6b41091125c1 | |
parent | cc542de017c606138a87ee4880e5f06b3a306def (diff) | |
download | gitignore-f7a1b522cb0a505854698332b77ab5791f76c212.tar.gz gitignore-f7a1b522cb0a505854698332b77ab5791f76c212.zip |
Update Rust.gitignore
no need to specifically ignore compiled files and executables
as it will be under the target directory
-rw-r--r-- | Rust.gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Rust.gitignore b/Rust.gitignore index a29d6856..cb14a420 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -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 |