瀏覽代碼

Update Rust.gitignore

no need to specifically ignore compiled files and executables
as it will be under the target directory
Deepak Kannan 9 年之前
父節點
當前提交
f7a1b522cb
共有 1 個文件被更改,包括 1 次插入9 次删除
  1. 1 9
      Rust.gitignore

+ 1 - 9
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