From: Shawn O. Pearce Date: Mon, 5 Mar 2012 23:42:18 +0000 (-0800) Subject: Ignore /target X-Git-Tag: v2.0.0.201205301645-rc2~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F5253%2F2;p=jgit.git 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 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ea8c4bf7f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target