]> source.dussan.org Git - gitignore.git/commitdiff
Update Rust.gitignore 1942/head
authorDeepak Kannan <kannan.deepak@gmail.com>
Fri, 15 Apr 2016 02:14:14 +0000 (07:44 +0530)
committerDeepak Kannan <kannan.deepak@gmail.com>
Fri, 15 Apr 2016 02:14:14 +0000 (07:44 +0530)
no need to specifically ignore compiled files and executables
as it will be under the target directory

Rust.gitignore

index a29d685699ee0221081ea8654522daecba589e1e..cb14a420640b9af2da76a8a73650fba0929bfeb8 100644 (file)
@@ -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