Преглед изворни кода

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/