浏览代码

Ignore all target directories in one .gitignore.

Andrew Walbran 2 年之前
父节点
当前提交
79ac8bf5fd
共有 2 个文件被更改,包括 1 次插入3 次删除
  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