diff options
author | Mykola Nikishov <mn@mn.com.ua> | 2009-12-10 03:28:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2009-12-12 21:26:58 +0100 |
commit | f8f75f8a52a30cf2a7d793ba15cd74410ba64534 (patch) | |
tree | 8565ed1a8a86eff3b6448d2dff87ccdf8b60bcd3 | |
parent | 96c7f75fade2bd36a0e7d9dbb2064de0ed452021 (diff) | |
download | jgit-f8f75f8a52a30cf2a7d793ba15cd74410ba64534.tar.gz jgit-f8f75f8a52a30cf2a7d793ba15cd74410ba64534.zip |
Ignore target/ folder and compile.org.eclipse.jgit.xml
target/ is for Maven build output
compile.org.eclipse.jgit.xml is generated on Export - Deployable Features
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I557a95792fd45c3cfe37098e057c1e70660b3308
-rw-r--r-- | org.eclipse.jgit-feature/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit-feature/.gitignore b/org.eclipse.jgit-feature/.gitignore new file mode 100644 index 0000000000..f78e24546f --- /dev/null +++ b/org.eclipse.jgit-feature/.gitignore @@ -0,0 +1,2 @@ +/target +/compile.org.eclipse.jgit.xml |