Browse Source

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

Heather 10 năm trước cách đây
mục cha
commit
70dab67e35
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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/