Repository: aries-jax-rs-whiteboard Updated Branches: refs/heads/master ba62d9220 -> 80aec383a
ignore all eclipse settings in all sub-dirs, m2e should handle these Signed-off-by: Gregory Amerson <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/80aec383 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/80aec383 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/80aec383 Branch: refs/heads/master Commit: 80aec383a93f28c0f91c52234cd812249d9c1649 Parents: ba62d92 Author: Gregory Amerson <[email protected]> Authored: Wed Jun 28 17:01:16 2017 -0500 Committer: Carlos Sierra <[email protected]> Committed: Thu Jul 6 10:28:15 2017 +0200 ---------------------------------------------------------------------- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/80aec383/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index feb04fe..f84903e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ .settings .idea *.iml -*/.classpath -*/.project -*/.settings/ +.classpath +.project +.settings/ */bin/ **/build/ **/generated/
