Browse Source

Ignore all target directories in one .gitignore.

Andrew Walbran 2 years ago
parent
commit
79ac8bf5fd
2 changed files with 1 additions and 3 deletions
  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