Browse Source

Ignore /target

Maven seems to be creating target/antrun/build-main.xml.
This isn't a tracked file. Elsewhere we blanket ignore
/target inside of each plugin/component directory so do
the same at the top level.

Change-Id: Id799ac6da65e6789e48e28efbdb455153b34ff2e
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
stable-2.0
Shawn O. Pearce 13 years ago committed by Chris Aniszczyk
parent
commit
8b1eee47d2
  1. 1
      .gitignore

1
.gitignore vendored

@ -0,0 +1 @@
/target
Loading…
Cancel
Save