소스 검색

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
 # 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