Explorar el Código

Merge pull request #1135 from Heather/patch-1

add /target/ (generated by Cargo) to Rust gitignore
Carl Suster hace 10 años
padre
commit
2299367b8f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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/