소스 검색

Merge pull request #1135 from Heather/patch-1

add /target/ (generated by Cargo) to Rust gitignore
Carl Suster 10 년 전
부모
커밋
2299367b8f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Rust.gitignore

+ 6 - 0
Rust.gitignore

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