소스 검색

add /target/ (generated by Cargo) to Rust gitignore

Heather 10 년 전
부모
커밋
70dab67e35
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Rust.gitignore

+ 6 - 0
Rust.gitignore

@@ -1,5 +1,11 @@
+# Compiled files
 *.o
 *.so
 *.rlib
 *.dll
+
+# Executables
 *.exe
+
+# Generated by Cargo
+/target/