Explorar el Código

Ignore all target directories in one .gitignore.

Andrew Walbran hace 2 años
padre
commit
79ac8bf5fd
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 1 1
      .gitignore
  2. 0 2
      examples/riscv/.gitignore

+ 1 - 1
.gitignore

@@ -1,3 +1,3 @@
-/target
+target/
 Cargo.lock
 .vscode/

+ 0 - 2
examples/riscv/.gitignore

@@ -1,2 +0,0 @@
-/target
-Cargo.lock