Add workspace/ to the gitignore
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 2 Nov 2015 20:31:19 +0000 (15:31 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 12 Nov 2015 14:51:29 +0000 (09:51 -0500)
A top-level workspace/ directory gets created by the Maven build now.
It should not be tracked in Git.

Change-Id: If8a7e0bce1c99d36f9727d642dbebf95bb11da90
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/59879
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
.gitignore

index 01d4ee76071570e9a45a6927e823fe55a262f9d5..843defa739f4d9db27482520922324758e05c925 100644 (file)
@@ -1,4 +1,5 @@
 .DS_Store
 bin/
 target/
+workspace/
 */.settings/org.sonar.ide.eclipse.core.prefs
This page took 0.025459 seconds and 5 git commands to generate.