From: Alexandre Montplaisir Date: Mon, 2 Nov 2015 20:31:19 +0000 (-0500) Subject: Add workspace/ to the gitignore X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=c35a8580f89fc3c0530efd052f1e2a5f7d9cb75c;p=deliverable%2Ftracecompass.git Add workspace/ to the gitignore 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 Reviewed-on: https://git.eclipse.org/r/59879 Reviewed-by: Marc-Andre Laperle Tested-by: Marc-Andre Laperle --- diff --git a/.gitignore b/.gitignore index 01d4ee7607..843defa739 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store bin/ target/ +workspace/ */.settings/org.sonar.ide.eclipse.core.prefs